aboutsummaryrefslogtreecommitdiff
path: root/libs/minizip/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-06-10 16:27:06 -0700
committerRosen Penev <rosenp@gmail.com>2021-06-12 21:05:01 -0700
commit2e654b19f38f1f941c70a5adcdac6311234362c3 (patch)
treeb95e4614558f228b015fd68e3d07fc6a8e5b94ca /libs/minizip/Makefile
parente2d9e874dc1d15a0fa94846c0d186c89dfc8bc29 (diff)
treewide: back to cmake.mk
Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/minizip/Makefile')
-rw-r--r--libs/minizip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/minizip/Makefile b/libs/minizip/Makefile
index 0965b72f5..72c78df49 100644
--- a/libs/minizip/Makefile
+++ b/libs/minizip/Makefile
@@ -19,7 +19,7 @@ PKG_LICENSE:=Zlib
PKG_LICENSE_FILES:=LICENSE
include $(INCLUDE_DIR)/package.mk
-include ../../devel/ninja/ninja-cmake.mk
+include $(INCLUDE_DIR)/cmake.mk
CMAKE_OPTIONS += \
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \