mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 06:15:44 +08:00
Luau.Analyze.CLI must link pthreads on Linux. (#920)
This commit is contained in:
parent
8453570658
commit
0014905b69
@ -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 New Issue
Block a user