mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 19:43:07 +02:00
colobot: fix build
This commit is contained in:
parent
180fa6e3e5
commit
fe666a9cf5
1 changed files with 10 additions and 0 deletions
|
@ -9,3 +9,13 @@
|
|||
|
||||
set(GLEW_USE_STATIC_LIBS ${GLEW_STATIC})
|
||||
find_package(GLEW REQUIRED)
|
||||
--- a/src/CMakeLists.txt
|
||||
+++ b/src/CMakeLists.txt
|
||||
@@ -488,7 +488,6 @@ target_link_libraries(colobotbase PUBLIC
|
||||
GLEW::GLEW
|
||||
Boost::headers
|
||||
Boost::filesystem
|
||||
- Boost::regex
|
||||
PhysFS::PhysFS
|
||||
SndFile::sndfile
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue