sigrok-native-appimage: Rewrite to use local build products.
[sigrok-util.git] / cross-compile / mingw / pv_mwindows.patch
blob65cd770df9e7bb9278bfc8074fbcf63ae9d94b25
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 80e90e9..d1a564f 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -398,11 +398,6 @@ endif()
7 target_link_libraries(${PROJECT_NAME} ${PULSEVIEW_LINK_LIBS})
9 -if(WIN32)
10 - # Pass -mwindows so that no "DOS box" opens when PulseView is started.
11 - set_target_properties(${PROJECT_NAME} PROPERTIES LINK_FLAGS "-mwindows")
12 -endif()
14 #===============================================================================
15 #= Installation
16 #-------------------------------------------------------------------------------