mirror of
https://github.com/godotengine/gdnative-demos.git
synced 2026-01-06 06:09:49 +03:00
Add support for non-x86 architectures to SConstruct files in C demos
This commit is contained in:
@@ -7,10 +7,14 @@ reloadable=true
|
||||
|
||||
[entry]
|
||||
|
||||
X11.64="res://gdnative/linuxbsd/libinstance_binding.so"
|
||||
Windows.64="res://gdnative/windows/libinstance_binding.dll"
|
||||
OSX.64="res://gdnative/macos/libinstance_binding.dylib"
|
||||
X11.64="res://gdnative/linuxbsd/libinstance_binding.so"
|
||||
Server.64="res://gdnative/linuxbsd/libinstance_binding.so"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Windows.64=[ ]
|
||||
OSX.64=[ ]
|
||||
X11.64=[ ]
|
||||
Server.64=[ ]
|
||||
|
||||
Reference in New Issue
Block a user