File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ compatibility_minimum = "4.1"
88macos.single.debug = "./macos/libEXTENSION-NAME.macos.template_debug.dylib"
99macos.double.debug = "./macos/libEXTENSION-NAME.macos.template_debug.double.dylib"
1010macos.single.release = "./macos/libEXTENSION-NAME.macos.template_release.dylib"
11- macos.double.release = "./macos/libEXTENSION-NAME.macos.template_debug .double.dylib"
11+ macos.double.release = "./macos/libEXTENSION-NAME.macos.template_release .double.dylib"
1212
1313ios.arm64.single.debug = "./ios/libEXTENSION-NAME.ios.template_debug.arm64.dylib"
1414ios.arm64.double.debug = "./ios/libEXTENSION-NAME.ios.template_debug.arm64.double.dylib"
@@ -51,6 +51,6 @@ android.arm64.single.release = "./android/libEXTENSION-NAME.android.template_rel
5151android.arm64.double.release = "./android/libEXTENSION-NAME.android.template_release.arm64.double.so"
5252
5353web.wasm32.single.debug = "./web/libEXTENSION-NAME.web.template_debug.wasm32.nothreads.wasm"
54- web.wasm32.double.debug = "./web/libEXTENSION-NAME.web.template_release .wasm32.double.nothreads.wasm"
54+ web.wasm32.double.debug = "./web/libEXTENSION-NAME.web.template_debug .wasm32.double.nothreads.wasm"
5555web.wasm32.single.release = "./web/libEXTENSION-NAME.web.template_release.wasm32.nothreads.wasm"
5656web.wasm32.double.release = "./web/libEXTENSION-NAME.web.template_release.wasm32.double.nothreads.wasm"
You can’t perform that action at this time.
0 commit comments