We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632c676 commit 14ff818Copy full SHA for 14ff818
src/main/c/Makefile
@@ -216,7 +216,7 @@ ppc:
216
217
# Requires a macOS host.
218
osx: export CFLAGS += -I$(JAVA_HOME)/include/darwin -arch x86_64
219
-osx: export LDFLAGS := -arch x86_64 -dynamiclib -framework JavaVM -framework IOKit -framework CoreFoundation
+osx: export LDFLAGS := -arch x86_64 -dynamiclib -framework IOKit -framework CoreFoundation
220
osx: export objects := fuserImp.o SerialImp.o
221
osx: export platform := osx
222
osx: export lib_type := jnilib
0 commit comments