summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Exner <patrick.exner1@web.de>2022-01-29 16:56:31 +0100
committerPatrick Exner <patrick.exner1@web.de>2022-01-29 17:03:35 +0100
commit31eddf9e8714f56aac552f00cf27c2aeccc41ed6 (patch)
treea146af525b80b5e358df8e482ab2b474ff7e51d7 /README.md
parent4e2411ad98089235eb90ac427354031b8aab70cc (diff)
downloadredot-cpp-31eddf9e8714f56aac552f00cf27c2aeccc41ed6.tar.gz
Update README file for macos support
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index c49a915..59a8079 100644
--- a/README.md
+++ b/README.md
@@ -56,8 +56,12 @@ entry_symbol = "example_library_init"
[libraries]
-linux.64 = "bin/x11/libgdexample.so"
-windows.64 = "bin/win64/libgdexample.dll"
+linux.64.debug = "bin/libgdexample.linux.debug.64.so"
+linux.64.release = "bin/libgdexample.linux.release.64.so"
+windows.64.debug = "bin/libgdexample.windows.debug.64.dll"
+windows.64.release = "bin/libgdexample.windows.release.64.dll"
+macos.debug = "bin/libgdexample.debug.framework"
+macos.release = "bin/libgdexample.release.framework"
```
The `entry_symbol` is the name of the function that initializes your library. It should be similar to following layout: