We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5748d commit 7de47d0Copy full SHA for 7de47d0
install-freetype-gl.sh
@@ -22,12 +22,5 @@ case "$CC" in
22
;;
23
esac
24
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
-
32
git clone -b android https://github.com/forthy42/freetype-gl.git
33
(cd freetype-gl && ./autogen.sh && ./configure "$@" && make && sudo make install)
0 commit comments