-
Notifications
You must be signed in to change notification settings - Fork 907
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ZhangJian He
committed
Apr 3, 2022
1 parent
5502b40
commit 3af0ad7
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# MacOSX ("Mac OS X" => MacOSX) Apple Silicon M1 (64 bits) | ||
# | ||
aarch64.MacOSX.linker=g++ | ||
|
||
aarch64.MacOSX.gpp.c.compiler=gcc | ||
aarch64.MacOSX.gpp.c.defines=Darwin GNU_GCC | ||
aarch64.MacOSX.gpp.c.options=-Wall -Wno-long-long -Wpointer-arith -Wconversion | ||
aarch64.MacOSX.gpp.c.includes=**/*.c | ||
aarch64.MacOSX.gpp.c.excludes= | ||
|
||
aarch64.MacOSX.gpp.java.include=include;include/darwin | ||
aarch64.MacOSX.gpp.java.runtimeDirectory=IGNORED | ||
|
||
aarch64.MacOSX.gpp.lib.prefix=lib | ||
aarch64.MacOSX.gpp.shared.prefix=lib | ||
aarch64.MacOSX.gpp.static.extension=a | ||
aarch64.MacOSX.gpp.shared.extension=dylib | ||
aarch64.MacOSX.gpp.plugin.extension=bundle | ||
aarch64.MacOSX.gpp.jni.extension=jnilib | ||
aarch64.MacOSX.gpp.executable.extension= |