We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d46ce7 commit 74e3eecCopy full SHA for 74e3eec
SConstruct
@@ -387,6 +387,8 @@ if env['platform'] == 'ios':
387
arch_suffix = env['ios_arch']
388
if env['platform'] == 'javascript':
389
arch_suffix = 'wasm'
390
+if env['macos_arch'] != 'universal':
391
+ arch_suffix = env['macos_arch']
392
393
cpp_bindings_libname = 'libgodot-cpp.{}.{}.{}'.format(
394
env['platform'],
0 commit comments