Skip to content

Commit 2ffd447

Browse files
committed
tweak cmake further to replicate starforge - hopefully fixes actions build
1 parent d1528d7 commit 2ffd447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ find_package(BZip2 REQUIRED)
4444
if(WIN32)
4545
target_link_libraries(booldozer PUBLIC imgui gctools++ ICU::uc ICU::i18n BZip2::BZip2 j3dultra TriStripper)
4646
else()
47-
target_link_libraries(booldozer PUBLIC X11 glfw imgui gctools++ ICU::uc ICU::i18n BZip2::BZip2 j3dultra TriStripper)
47+
target_link_libraries(booldozer PUBLIC imgui glfw gctools++ ICU::uc ICU::i18n BZip2::BZip2 j3dultra TriStripper X11)
4848
endif()

0 commit comments

Comments
 (0)