]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/mingw/pv_mwindows.patch
mxe/msys2: Use -DCMAKE_BUILD_TYPE in favor of a patch.
[sigrok-util.git] / cross-compile / mingw / pv_mwindows.patch
diff --git a/cross-compile/mingw/pv_mwindows.patch b/cross-compile/mingw/pv_mwindows.patch
deleted file mode 100644 (file)
index 65cd770..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 80e90e9..d1a564f 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -398,11 +398,6 @@ endif()
- target_link_libraries(${PROJECT_NAME} ${PULSEVIEW_LINK_LIBS})
--if(WIN32)
--      # Pass -mwindows so that no "DOS box" opens when PulseView is started.
--      set_target_properties(${PROJECT_NAME} PROPERTIES LINK_FLAGS "-mwindows")
--endif()
--
- #===============================================================================
- #= Installation
- #-------------------------------------------------------------------------------