Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/macosx arm64 #14

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update HOW-TO-ADD-ARM64-TO-2.4.md
  • Loading branch information
m-lima authored May 30, 2022
commit 9dcda2acbc6123995a5df158d5addda4658f493d
2 changes: 1 addition & 1 deletion HOW-TO-ADD-ARM64-TO-2.4.md
Original file line number Diff line number Diff line change
@@ -157,7 +157,7 @@ ant -Dtarget.sourcelevel=1.8 -Dtarget.targetlevel=1.8 -Dtarget.rt.jar=/Library/J
```shell
mkdir jogamp-scripting/input/jogamp-all-platforms/lib/macosx-universal/lib-x86-64

mv jogamp-scripting/input/jogamp-all-platforms/lib/macosx-universal/lib/* jogamp-scripting/input/jogamp-all-platforms/lib/macosx-universal/lib-x86-64
mv jogamp-scripting/input/jogamp-all-platforms/lib/macosx-universal/lib* jogamp-scripting/input/jogamp-all-platforms/lib/macosx-universal/lib-x86-64
```

Verify we bundled only x86_64 libs : running the below command should output `x86_64` for each lib.