Skip to content

Commit fe666a9

Browse files
committed
colobot: fix build
1 parent 180fa6e commit fe666a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

srcpkgs/colobot/patches/boost-1.89.patch

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@
99

1010
set(GLEW_USE_STATIC_LIBS ${GLEW_STATIC})
1111
find_package(GLEW REQUIRED)
12+
--- a/src/CMakeLists.txt
13+
+++ b/src/CMakeLists.txt
14+
@@ -488,7 +488,6 @@ target_link_libraries(colobotbase PUBLIC
15+
GLEW::GLEW
16+
Boost::headers
17+
Boost::filesystem
18+
- Boost::regex
19+
PhysFS::PhysFS
20+
SndFile::sndfile
21+
)

0 commit comments

Comments
 (0)