mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
[tacopie] Fix build for mingw (#34850)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
9fb19afa26
commit
521995e652
11
ports/tacopie/fix-mingw-build.patch
Normal file
11
ports/tacopie/fix-mingw-build.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -44,7 +44,7 @@ project(${PROJECT} CXX)
|
||||
###
|
||||
# compilation options
|
||||
###
|
||||
-IF (WIN32)
|
||||
+IF (MSVC)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W3 /O2 /bigobj")
|
||||
|
||||
# was causing conflics with gtest build
|
@ -9,6 +9,7 @@ vcpkg_from_github(
|
||||
PATCHES
|
||||
fix-cmakelists.patch
|
||||
fix-export.patch
|
||||
fix-mingw-build.patch
|
||||
)
|
||||
|
||||
if(VCPKG_CRT_LINKAGE STREQUAL dynamic)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "tacopie",
|
||||
"version": "3.2.0",
|
||||
"port-version": 5,
|
||||
"port-version": 6,
|
||||
"description": "Tacopie is a TCP Client & Server C++11 library",
|
||||
"homepage": "https://github.com/cpp-redis/tacopie",
|
||||
"dependencies": [
|
||||
|
@ -8222,7 +8222,7 @@
|
||||
},
|
||||
"tacopie": {
|
||||
"baseline": "3.2.0",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"taglib": {
|
||||
"baseline": "1.13.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "dc2035636502588b6cdac9c4d58c5f7b6c03c76a",
|
||||
"version": "3.2.0",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "e9f280c1d8b799fd2b5617955348dd299b246c86",
|
||||
"version": "3.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user