Skip to content

Commit

Permalink
Fix loading 32bit VSTs on Linux
Browse files Browse the repository at this point in the history
Fix a regression in LMMS#4797
  • Loading branch information
PhysSong committed Mar 9, 2019
1 parent 6b19455 commit 9ea2611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/vst_base/RemoteVstPlugin32.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ELSEIF(LMMS_BUILD_LINUX)
"-DCMAKE_CXX_FLAGS=-m32"
)

INSTALL(PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/../RemoteVstPlugin32" "${CMAKE_CURRENT_BINARY_DIR}/../RemoteVstPlugin32.exe.so" DESTINATION "${PLUGIN_DIR}")
INSTALL(PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/../RemoteVstPlugin32" "${CMAKE_CURRENT_BINARY_DIR}/../RemoteVstPlugin32.exe.so" DESTINATION "${PLUGIN_DIR}/32")

ELSEIF(CMAKE_TOOLCHAIN_FILE_32)
ExternalProject_Add(RemoteVstPlugin32
Expand Down

0 comments on commit 9ea2611

Please sign in to comment.