Skip to content

Commit

Permalink
Fix configuration to use toolchain ld
Browse files Browse the repository at this point in the history
  • Loading branch information
cgreenhalgh committed Sep 16, 2013
1 parent 6a5b62a commit e59a862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/Makefile
Expand Up @@ -51,7 +51,7 @@ OTHERLIBRARIES=unix str num dynlink bigarray threads
DEBUGGER=ocamldebugger
CC_PROFILE=-pg
SYSTHREAD_SUPPORT=false
PARTIALLD=ld -r
PARTIALLD=ANDROID_PATH/arm-linux-androideabi-ld -r
PACKLD=$(PARTIALLD) $(NATIVECCLINKOPTS) -o\
DLLCCCOMPOPTS=
IFLEXDIR=
Expand Down

0 comments on commit e59a862

Please sign in to comment.