mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Oops, needs to be a lowercase "z" on case sensitive filesystems.
This commit is contained in:
parent
fb0548fbc1
commit
78b4856906
@ -22,4 +22,4 @@ include_directories (
|
||||
)
|
||||
|
||||
add_library(websocket_remote SHARED ${websocket_remote_SOURCES})
|
||||
target_link_libraries(websocket_remote ${websocket_remote_LINK_LIBS} Z)
|
||||
target_link_libraries(websocket_remote ${websocket_remote_LINK_LIBS} z)
|
||||
|
Loading…
Reference in New Issue
Block a user