aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/libpng/Makefile1
-rw-r--r--runtime/zlib/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/runtime/libpng/Makefile b/runtime/libpng/Makefile
index 50740b9..5bd6575 100644
--- a/runtime/libpng/Makefile
+++ b/runtime/libpng/Makefile
@@ -8,6 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
BYTECODE_LIBRARY=1
+BUILD_ARCHIVE=1
DONT_BUILD_RELINKED=1
LIBRARYNAME=png
diff --git a/runtime/zlib/Makefile b/runtime/zlib/Makefile
index 3666df8..ca08ff9 100644
--- a/runtime/zlib/Makefile
+++ b/runtime/zlib/Makefile
@@ -8,6 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
BYTECODE_LIBRARY=1
+BUILD_ARCHIVE=1
DONT_BUILD_RELINKED=1
LIBRARYNAME=z