Files
kiwix-build/kiwixbuild/patches/ctpp2_win_install_lib_in_lib_dir.patch
Matthieu Gautier 97666b0fc9 Create a real module kiwixbuild and make it installable. Split files.
Make kiwix-build installable using pip.
Module is now called `kiwixbuild` because `kiwix-build` is not a valid
python identifier.

Also split toolchains in separated directory.
2018-04-04 15:43:16 +02:00

13 lines
462 B
Diff

diff -ur ctpp2-2.8.3/CMakeLists.txt ctpp2-2.8.3.patched/CMakeLists.txt
--- ctpp2-2.8.3/CMakeLists.txt 2017-01-17 10:09:06.259494234 +0100
+++ ctpp2-2.8.3.patched/CMakeLists.txt 2017-01-17 11:48:18.427522886 +0100
@@ -785,7 +785,7 @@
INSTALL(TARGETS ctpp2-static DESTINATION lib${LIB_SUFFIX})
- INSTALL(TARGETS ctpp2 DESTINATION .)
+ INSTALL(TARGETS ctpp2 DESTINATION lib${LIB_SUFFIX})
FILE(WRITE ctpp2-config.cmd ${CTPP_COMPILER_HELPER})