mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-23 20:01:06 +00:00
added link to pthread for SDL
This commit is contained in:
parent
a8016928c8
commit
bf200705b7
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ elseif(UNIX)
|
||||||
set(CROSS_COMPILE32_FLAGS "")
|
set(CROSS_COMPILE32_FLAGS "")
|
||||||
endif(CROSS_COMPILE32)
|
endif(CROSS_COMPILE32)
|
||||||
|
|
||||||
|
set(OS_LIBRARIES ${OS_LIBRARIES} pthread rt PARENT_SCOPE) # SDL deps
|
||||||
|
|
||||||
#-----------------------------------------------------------------
|
#-----------------------------------------------------------------
|
||||||
# Build bundled cURL library
|
# Build bundled cURL library
|
||||||
#-----------------------------------------------------------------
|
#-----------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue