Skip to content

Commit 405bbef

Browse files
Julowwhitequark
authored andcommitted
ocaml-android32.4.04.0: don't install graphics package
1 parent f57bfda commit 405bbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ocaml-android32.4.04.0/files/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PREFIX="$1"
44

5-
for pkg in bigarray bytes compiler-libs dynlink findlib graphics num num-top stdlib str threads unix; do
5+
for pkg in bigarray bytes compiler-libs dynlink findlib num num-top stdlib str threads unix; do
66
cp -r "${PREFIX}/lib/${pkg}" "${PREFIX}/android-sysroot/lib/"
77
done
88

0 commit comments

Comments
 (0)