remove unnecessary -framework JavaVM from makefile.macosx, breaks on newer XCode/OSX versions

pull/30/head
Chris Conlon 2022-04-29 16:11:58 -06:00
parent 2fdbd6c36a
commit 2e46b72bdc
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ JAVA_HOME ?= $(shell /usr/libexec/java_home)
CC = gcc
override CCFLAGS += -Wall -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/darwin \
-I$(INC_PATH)
override LDFLAGS += -dynamiclib -framework JavaVM -lwolfssl
override LDFLAGS += -dynamiclib -lwolfssl
all: $(TARGET)