mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add compiler flag "-pthread" to our proxy
This commit is contained in:
parent
faca0d3f8d
commit
aeccf4466b
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ include(../cmake/HermitCore-Paths.cmake)
|
|||
add_compile_options(-std=c99)
|
||||
|
||||
add_executable(proxy proxy.c uhyve.c)
|
||||
target_compile_options(proxy PUBLIC -pthread)
|
||||
target_link_libraries(proxy -pthread)
|
||||
|
||||
install(TARGETS proxy
|
||||
|
|
Loading…
Add table
Reference in a new issue