aboutsummaryrefslogtreecommitdiff
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 50740b9a78..5bd65751ed 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 3666df88e0..ca08ff9b45 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