Skip to content

Commit

Permalink
Update MinGW-w64 package name
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Sep 3, 2023
1 parent 0623936 commit 4888ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ if(PCAPPP_PACKAGE)
elseif(MINGW)
# Check MinGW before WIN32 as MinGW defines both
set(CPACK_GENERATOR "ZIP")
set(CPACK_SYSTEM_NAME "mingw64-${PCAPPP_TARGET_COMPILER}-${PCAPP_CXX_COMPILER_VERSION}")
set(CPACK_SYSTEM_NAME "windows-mingw64-${PCAPPP_TARGET_COMPILER}-${PCAPP_CXX_COMPILER_VERSION}")
set(_PCAPPP_PACKAGE_README_CUSTOM_PATH "${_PCAPPP_PACKAGE_README_PATH}/README.release.win.mingw")
elseif(WIN32)
set(CPACK_GENERATOR "ZIP")
Expand Down

0 comments on commit 4888ab1

Please sign in to comment.