File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
editor/plugins/gdextension/cpp_scons/template/addon Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ reloadable = true
8
8
9
9
macos.debug = "bin/lib__LIBRARY_NAME__.macos.debug.framework"
10
10
macos.release = "bin/lib__LIBRARY_NAME__.macos.release.framework"
11
- windows.debug.x86_64 = "bin/lib__LIBRARY_NAME__ .windows.debug.x86_64.dll"
12
- windows.release.x86_64 = "bin/lib__LIBRARY_NAME__ .windows.release.x86_64.dll"
11
+ windows.debug.x86_64 = "bin/__LIBRARY_NAME__ .windows.debug.x86_64.dll"
12
+ windows.release.x86_64 = "bin/__LIBRARY_NAME__ .windows.release.x86_64.dll"
13
13
linux.debug.x86_64 = "bin/lib__LIBRARY_NAME__.linux.debug.x86_64.so"
14
14
linux.release.x86_64 = "bin/lib__LIBRARY_NAME__.linux.release.x86_64.so"
15
15
linux.debug.arm64 = "bin/lib__LIBRARY_NAME__.linux.debug.arm64.so"
You can’t perform that action at this time.
0 commit comments