Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit b128c67

Browse files
committed
Fix for MinGW parallel build, again
1 parent fda6732 commit b128c67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if (MINGW) # On MinGW we use the provided makefile instad of ./configure, these
2626
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}
2727
BINARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/build/luadist
2828
BUILD_COMMAND ${CMAKE_MAKE_PROGRAM} -f wx_stc.mingw
29+
DEPENDS wxwidgets_mingw
2930
INSTALL_COMMAND ""
3031
)
3132
# Install

0 commit comments

Comments
 (0)