fix darwin embedding instructions in README.md

This commit is contained in:
Joshua Warner 2014-10-20 13:30:07 -06:00
parent 331c635814
commit 2e828b405c

View File

@ -603,8 +603,8 @@ __on Linux:__
__on Mac OS X:__
$ g++ -I$JAVA_HOME/include -D_JNI_IMPLEMENTATION_ -c embedded-jar-main.cpp \
-o main.o
$ g++ -I$JAVA_HOME/include -I$JAVA_HOME/include/darwin \
-D_JNI_IMPLEMENTATION_ -c embedded-jar-main.cpp -o main.o
__on Windows:__