mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-12 13:00:38 +00:00
Add pthread as a link dependency to Luau.Analyze.CLI for Linux.
This commit is contained in:
parent
12c1edf6c6
commit
f7c780164d
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ if(LUAU_BUILD_CLI)
|
|||
find_library(LIBPTHREAD pthread)
|
||||
if (LIBPTHREAD)
|
||||
target_link_libraries(Luau.Repl.CLI PRIVATE pthread)
|
||||
target_link_libraries(Luau.Analyze.CLI PRIVATE pthread)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue