diff options
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ def build(target, options): cmd += '--with-wasapi --with-ds --host=%s' % target.name elif target.platform == 'osx': cmd += '--with-core' + if target.arch == 'arm64': + cmd += ' --build=x86_64-apple-darwin --host=arm-apple-darwin' target.command(cmd) target.command('make -j%d' % target.parallel) |
