diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-06-10 16:27:06 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-06-12 21:05:01 -0700 |
commit | 2e654b19f38f1f941c70a5adcdac6311234362c3 (patch) | |
tree | b95e4614558f228b015fd68e3d07fc6a8e5b94ca /libs/libmariadb | |
parent | e2d9e874dc1d15a0fa94846c0d186c89dfc8bc29 (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/libmariadb')
-rw-r--r-- | libs/libmariadb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libmariadb/Makefile b/libs/libmariadb/Makefile index eba16105a..88ffb6e72 100644 --- a/libs/libmariadb/Makefile +++ b/libs/libmariadb/Makefile @@ -44,7 +44,7 @@ plugin-remote_io := CLIENT_PLUGIN_REMOTE_IO include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk -include ../../devel/ninja/ninja-cmake.mk +include $(INCLUDE_DIR)/cmake.mk # Pass CPPFLAGS in the CFLAGS as otherwise the build system will # ignore them. |