Skip to content

Commit

Permalink
Don't break 32-bit OS support
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Feb 5, 2025
1 parent 9078d5c commit ddfa211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ if(WANT_VST)
elseif(NOT WINE_FOUND)
set(STATUS_VST_${bits} "not found, please install (lib)wine-dev (or similar) - 64 bit systems additionally need gcc-multilib and g++-multilib")
else()
if(LMMS_HOST_X86_64)
if(LMMS_HOST_X86_64 OR LMMS_HOST_X86)
CheckWineGcc(-m${bits} "${WINEGCC}" WINEGCC_WORKING)
elseif("${bits}" EQUAL 64)
# assume 64-bit only
Expand Down

0 comments on commit ddfa211

Please sign in to comment.