aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/matajoh-libnpy/fix-install.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/matajoh-libnpy/fix-install.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/matajoh-libnpy/fix-install.patch')
-rw-r--r--vcpkg/ports/matajoh-libnpy/fix-install.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/vcpkg/ports/matajoh-libnpy/fix-install.patch b/vcpkg/ports/matajoh-libnpy/fix-install.patch
new file mode 100644
index 0000000..ff45a3b
--- /dev/null
+++ b/vcpkg/ports/matajoh-libnpy/fix-install.patch
@@ -0,0 +1,28 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 41ce88d..9265075 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -95,7 +95,7 @@ endif()
+
+ target_include_directories(npy
+ PUBLIC
+- $<INSTALL_INTERFACE:build/native/include>
++ $<INSTALL_INTERFACE:include>
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
+ PRIVATE
+ ${CMAKE_CURRENT_SOURCE_DIR}/src
+@@ -124,11 +124,11 @@ set(INSTALL_CONFIGDIR "cmake")
+
+ install(TARGETS npy
+ EXPORT npy-targets
+- ARCHIVE DESTINATION "build/native/lib"
+- LIBRARY DESTINATION "build/native/lib"
++ ARCHIVE DESTINATION "lib"
++ LIBRARY DESTINATION "lib"
+ )
+
+-install(DIRECTORY include/ DESTINATION "build/native/include")
++install(DIRECTORY include/ DESTINATION "include")
+
+ install(EXPORT npy-targets
+ FILE