Skip to content

Commit

Permalink
Fixed bug in build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessanders committed Jul 3, 2012
1 parent 6fb5fee commit 93ea0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -10,7 +10,7 @@ native/target/libjsync.so: native/src/libjsync.c
gcc -shared -fPIC native/src/libjsync.c -o native/target/libjsync.so

native/target/libjsync.dylib: native/src/libjsync.c
gcc -shared -fPIC native/src/libjsync.c -o native/target/libjsync.dylib
gcc -dynamiclib -fPIC native/src/libjsync.c -o native/target/libjsync.dylib

native/target/jsync: native/target java/target/JSync-$(VERSION)-jar-with-dependencies.jar mkexec.sh
sh mkexec.sh $(JAVA_EXEC_PATH) $(libdir)/JSync/JSync.jar $(libdir)/JSync > native/target/jsync
Expand Down

0 comments on commit 93ea0da

Please sign in to comment.