Modify VST build systems to make debian integration work correctly

This commit is contained in:
Hyunjin Song
2019-03-11 16:20:42 +09:00
parent 8c4514ff20
commit ae4e40de97
8 changed files with 35 additions and 18 deletions

View File

@@ -45,6 +45,9 @@ fi
# by FindWine.cmake
extra_args="-I@WINE_INCLUDE_DIR@ -I@WINE_INCLUDE_DIR@/wine/windows"
# Apply manually specified flags
extra_args="$extra_args @WINE_CXX_FLAGS@"
# Apply -m32 library fix if necessary
if [ "$win32" = true ] && [ "$no_link" != true ]; then
extra_args="$extra_args @WINE_32_FLAGS@"