diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-28 23:15:34 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-28 23:15:34 +0100 |
commit | cf1d653a6b90bd90b855c23890f327b778ef4ab8 (patch) | |
tree | 1162917d30f5826701c633802475244ba51cdca2 | |
parent | 526e0fc9205b4bddcc93ddbe95f274d1c051ca7d (diff) |
ci: maybe this time?
-rw-r--r-- | proto-wine/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-wine/CMakeLists.txt b/proto-wine/CMakeLists.txt index 1bb47b33..ff4932cc 100644 --- a/proto-wine/CMakeLists.txt +++ b/proto-wine/CMakeLists.txt @@ -18,7 +18,7 @@ if(NOT WIN32) file(GLOB wine-deps "${CMAKE_CURRENT_SOURCE_DIR}/*.cxx") #install(FILES ${wine-deps} DESTINATION "${opentrack-src}/proto-wine") set(winegxx-multilib "-m32") - if (OPENTRACK_WINE_ARCH NOT STREQUAL "") + if (NOT OPENTRACK_WINE_ARCH STREQUAL "") set(winegxx-multilib "${OPENTRACK_WINE_ARCH}") endif() add_custom_command( |