Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdorman committed Jul 7, 2011
1 parent 7ef1773 commit 0f68e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbc/CBCJVM/jni/linker
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
/mnt/kiss/bin/gcc -shared -Wl,--whole-archive -L/mnt/kiss/usercode/lib -lcbc -ltrack -lshared /mnt/kiss/usercode/lib/init.o -lpthread -lm -Wl,--no-whole-archive -o CBC.so $@
/mnt/kiss/gcc/bin/gcc -shared -Wl,--whole-archive -L/mnt/kiss/usercode/lib -lcbc -ltrack -lshared /mnt/kiss/usercode/lib/init.o -lpthread -lm -Wl,--no-whole-archive -o CBC.so $@

sync
sync
Expand Down

0 comments on commit 0f68e46

Please sign in to comment.