|
@ -1,4 +1,4 @@ |
|
|
include ../Makefile.conf |
|
|
include ../../Makefile.conf |
|
|
|
|
|
|
|
|
$(info If on Mac, make sure to disable SIP, or copy the libpEpEngine.dylib into here) |
|
|
$(info If on Mac, make sure to disable SIP, or copy the libpEpEngine.dylib into here) |
|
|
|
|
|
|
|
@ -14,8 +14,8 @@ ifdef ENGINE_LIB_PATH |
|
|
endif |
|
|
endif |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
CLASSPATH=.:../src |
|
|
CLASSPATH=.:../../src |
|
|
VM=java -Xcheck:jni -Djava.library.path=../src |
|
|
VM=java -Xcheck:jni -Djava.library.path=../../src |
|
|
#VM=lldb java -- -Xcheck:jni -Djava.library.path=../src
|
|
|
#VM=lldb java -- -Xcheck:jni -Djava.library.path=../src
|
|
|
|
|
|
|
|
|
.PHONY: test clean |
|
|
.PHONY: test clean |