Skip to content

Commit

Permalink
Fix Carla on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Oct 25, 2024
1 parent a9fe1b3 commit aab4cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/linux/LinuxDeploy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ file(GLOB UNWANTED_LIBS
"${APP}/usr/lib/libjack*")

list(SORT UNWANTED_LIBS)
foreach(_LIB UNWANTED_LIBS)
foreach(_LIB IN LISTS UNWANTED_LIBS)
file(REMOVE "${_LIB}")
endforeach()

Expand Down

0 comments on commit aab4cc5

Please sign in to comment.