mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Merge branch 'dev' into dev-0.12
This commit is contained in:
+1
-1
@@ -465,7 +465,7 @@ if (UNIX)
|
|||||||
if(LIB_DL)
|
if(LIB_DL)
|
||||||
list(APPEND COMMON_LINK_LIBRARIES dl) # For dlopen(), etc. Most compilers will link to this by default, but some may not.
|
list(APPEND COMMON_LINK_LIBRARIES dl) # For dlopen(), etc. Most compilers will link to this by default, but some may not.
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
list(APPEND COMMON_LINK_LIBRARIES pthread) # Some compilers will not link to pthread by default so list it here just in case.
|
list(APPEND COMMON_LINK_LIBRARIES pthread) # Some compilers will not link to pthread by default so list it here just in case.
|
||||||
list(APPEND COMMON_LINK_LIBRARIES m)
|
list(APPEND COMMON_LINK_LIBRARIES m)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user