Skip to content

Commit 527f374

Browse files
committed
macosx: adding LDFLAGS=-liconv as per https://sourceforge.net/p/astyle/bugs/307
1 parent 0e21636 commit 527f374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macosx.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd astyle-code/AStyle/build/mac/
88

99
make clean
1010

11-
CFLAGS="-arch i386 -arch x86_64 -Os" LDFLAGS="-arch i386 -arch x86_64" make java
11+
CFLAGS="-arch i386 -arch x86_64 -Os" LDFLAGS="-arch i386 -arch x86_64 -liconv" make java
1212

1313
cp bin/libastylej.dylib ../../../../libastylej.jnilib
1414

0 commit comments

Comments
 (0)