[Demo Project] Add macOS framework templates, update Scons build script and ".gdextension" file.

This commit is contained in:
bruvzg
2022-01-10 18:59:52 +02:00
parent 02d98387a1
commit a263344653
5 changed files with 62 additions and 2 deletions

View File

@@ -8,3 +8,5 @@ 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"