Commit a59327c 1 parent 3b48c09 commit a59327c Copy full SHA for a59327c
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ compatibility_minimum = "4.1"
5
5
6
6
[libraries]
7
7
; Relative paths ensure that our GDExtension can be placed anywhere in the project directory.
8
- macos.debug = "./macos/macos.framework/libEXTENSION-NAME.macos.template_debug"
9
- macos.release = "./macos/macos.framework/libEXTENSION-NAME.macos.template_release"
10
- ios.debug = "./ios/ios.framework/libEXTENSION-NAME.ios.template_debug"
11
- ios.release = "./ios/ios.framework/libEXTENSION-NAME.ios.template_release"
8
+ macos.debug = "./macos/macos.framework/libEXTENSION-NAME.macos.template_debug.universal "
9
+ macos.release = "./macos/macos.framework/libEXTENSION-NAME.macos.template_release.universal "
10
+ ios.debug = "./ios/ios.framework/libEXTENSION-NAME.ios.template_debug.universal "
11
+ ios.release = "./ios/ios.framework/libEXTENSION-NAME.ios.template_release.universal "
12
12
windows.debug.x86_32 = "./windows/libEXTENSION-NAME.windows.template_debug.x86_32.dll"
13
13
windows.release.x86_32 = "./windows/libEXTENSION-NAME.windows.template_release.x86_32.dll"
14
14
windows.debug.x86_64 = "./windows/libEXTENSION-NAME.windows.template_debug.x86_64.dll"
You can’t perform that action at this time.
0 commit comments