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 be42cce commit 58eef84Copy full SHA for 58eef84
test/files/jvm/libnatives.jnilib
100644
100755
-4.11 KB
test/files/jvm/mkLibNatives.sh
@@ -37,7 +37,7 @@ JAVAH_OPTIONS="-jni -force -classpath ${CLASS_DIR} -o ${OBJ_NAME}.h"
37
CC=gcc
38
39
if $darwin; then
40
- CC_OPTIONS="-c -arch ppc -arch i386"
+ CC_OPTIONS="-c -arch ppc -arch i386 -arch x86_64"
41
CC_INCLUDES="-I/System/Library/Frameworks/JavaVM.framework/Headers"
42
LNK_OPTIONS="-dynamiclib -framework JavaVM"
43
FULL_LIB_NAME=${LIB_NAME}.jnilib
0 commit comments