summarylogtreecommitdiffstats
path: root/eastl-fix-cmake-install.patch
diff options
context:
space:
mode:
authorcybaol2023-06-15 15:00:07 +0800
committercybaol2023-06-15 15:00:07 +0800
commit48b070758deed8e775a420280c6fb5a9f41508ef (patch)
treead8965c84f74eb98326eac40a2320c43ad15655e /eastl-fix-cmake-install.patch
parentc8bf3f2542ac5d2dc6cd6285702d1939eee8070a (diff)
downloadaur-eastl.tar.gz
3.21.12
Diffstat (limited to 'eastl-fix-cmake-install.patch')
-rw-r--r--eastl-fix-cmake-install.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/eastl-fix-cmake-install.patch b/eastl-fix-cmake-install.patch
deleted file mode 100644
index ed172ef71fd5..000000000000
--- a/eastl-fix-cmake-install.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ruN EASTL/CMakeLists.txt EASTL_/CMakeLists.txt
---- EASTL/CMakeLists.txt 2023-02-01 22:13:16.277102675 +0800
-+++ EASTL_/CMakeLists.txt 2023-02-01 22:13:24.290381488 +0800
-@@ -56,3 +56,9 @@
-
- target_link_libraries(EASTL EABase)
-
-+#-------------------------------------------------------------------------------------------
-+# Installation
-+#-------------------------------------------------------------------------------------------
-+install(TARGETS EASTL DESTINATION lib)
-+install(DIRECTORY include/EASTL DESTINATION include)
-+