diff options
-rw-r--r-- | tools/lib32/build32.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib32/build32.sh b/tools/lib32/build32.sh index d67d61d..8dfcbe5 100644 --- a/tools/lib32/build32.sh +++ b/tools/lib32/build32.sh @@ -44,6 +44,7 @@ unset DESTDIR # libncurses needs a build-tools pass first. I wish build-tools was a recursive target. (cd lib/libncurses; make -s build-tools) +(cd lib/libmagic; make -s build-tools) # Now the libraries. This doesn't work for gnuregex yet. hence -k. # libbind is just an internal target, ignore it. |