Skip to content

Commit 926e7e3

Browse files
authored
Merge pull request #16058 from xARSENICx/fix-cmake-apple-else
build: Fix invalid elseif syntax in Apple platform checks
2 parents cd76eba + 71168f0 commit 926e7e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3239,7 +3239,7 @@ if(APPLE)
32393239
target_link_libraries(mixxx-lib PRIVATE
32403240
"-weak_framework UIKit"
32413241
)
3242-
elseif()
3242+
else()
32433243
target_link_libraries(mixxx-lib PRIVATE
32443244
"-weak_framework AppKit"
32453245
"-weak_framework AudioUnit"

0 commit comments

Comments
 (0)