Skip to content

Commit 7de47d0

Browse files
committed
don't install soil2
1 parent 7c5748d commit 7de47d0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

install-freetype-gl.sh

-7
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,5 @@ case "$CC" in
2222
;;
2323
esac
2424

25-
# Sorry, SOIL2 on Darwin is meh
26-
if [ `uname` != "Darwin" ]
27-
then
28-
git clone https://github.com/forthy42/soil2.git
29-
(cd soil2 && premake4 $platform gmake && (cd make/$OS; make config=release) && (cp $(find . -name '*.a') $(find . -name '*.so') $TARGET) && (cp src/SOIL2/SOIL2.h /usr/include))
30-
fi
31-
3225
git clone -b android https://github.com/forthy42/freetype-gl.git
3326
(cd freetype-gl && ./autogen.sh && ./configure "$@" && make && sudo make install)

0 commit comments

Comments
 (0)