mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 13:30:40 +00:00
Luau.Analyze.CLI must link pthreads on Linux. (#920)
This commit is contained in:
parent
8453570658
commit
0014905b69
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