mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Merge pull request #2214 from Cacodemon345/c345/haiku
qt: Add support for Haiku
This commit is contained in:
@@ -27,3 +27,7 @@ else()
|
||||
add_subdirectory(slirp)
|
||||
target_link_libraries(86Box slirp)
|
||||
endif()
|
||||
|
||||
if (HAIKU)
|
||||
target_link_libraries(86Box network)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user