aboutsummaryrefslogtreecommitdiff
path: root/triplets/community/arm-mingw.cmake
diff options
context:
space:
mode:
authorLong Nguyen <nguyen.long.908132@gmail.com>2020-07-07 04:20:06 +0700
committerGitHub <noreply@github.com>2020-07-06 14:20:06 -0700
commit89dec24cc258f78953004a3a70acf74019649736 (patch)
tree672a1113aa535c5a8c42778de6e4375c7f09a257 /triplets/community/arm-mingw.cmake
parent8b710dea8dd52251debbca1da8f441d0f1c68c53 (diff)
downloadvcpkg-89dec24cc258f78953004a3a70acf74019649736.tar.gz
vcpkg-89dec24cc258f78953004a3a70acf74019649736.zip
[vcpkg] Add mingw dynamic libs triplet (#12101)
* Update .gitignore * Add mingw dynamic lib triplets * Only copy pdbs if not using *-mingw triplets * Using VCPKG_POLICY_DLLS_WITHOUT_LIBS as a workaround * Rename *-mingw to *-mingw-dynamic Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
Diffstat (limited to 'triplets/community/arm-mingw.cmake')
-rw-r--r--triplets/community/arm-mingw.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/triplets/community/arm-mingw.cmake b/triplets/community/arm-mingw.cmake
deleted file mode 100644
index ca99fac83..000000000
--- a/triplets/community/arm-mingw.cmake
+++ /dev/null
@@ -1,6 +0,0 @@
-set(VCPKG_TARGET_ARCHITECTURE arm)
-set(VCPKG_CRT_LINKAGE dynamic)
-set(VCPKG_LIBRARY_LINKAGE static)
-set(VCPKG_ENV_PASSTHROUGH PATH)
-
-set(VCPKG_CMAKE_SYSTEM_NAME MinGW)