update bindings build on mac
This commit is contained in:
parent
d19b2ee65c
commit
5c9ab835dc
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ task bindings, "Generate bindings":
|
|||
compile "pixie.dll"
|
||||
|
||||
elif defined(macosx):
|
||||
compile "libpixie.dylib.arm", "-l:'-target arm64-apple-macos11' -t:'-target arm64-apple-macos11'"
|
||||
compile "libpixie.dylib.x64", "-l:'-target x86_64-apple-macos10.12' -t:'-target x86_64-apple-macos10.12'"
|
||||
compile "libpixie.dylib.arm", "--cpu:arm64 -l:'-target arm64-apple-macos11' -t:'-target arm64-apple-macos11'"
|
||||
compile "libpixie.dylib.x64", "--cpu:amd64 -l:'-target x86_64-apple-macos10.12' -t:'-target x86_64-apple-macos10.12'"
|
||||
exec "lipo bindings/generated/libpixie.dylib.arm bindings/generated/libpixie.dylib.x64 -output bindings/generated/libpixie.dylib -create"
|
||||
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue