mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
GRAAAAAAAAAAAAAAAAAAAAAAA
This commit is contained in:
parent
c79bd061bb
commit
9ec84ce449
@ -25,6 +25,5 @@ else()
|
||||
target_link_libraries(net-utils PUBLIC slirp)
|
||||
endif()
|
||||
|
||||
pkg_check_modules(ENet REQUIRED IMPORTED_TARGET libenet)
|
||||
fix_interface_includes(PkgConfig::ENet)
|
||||
target_link_libraries(net-utils PUBLIC PkgConfig::ENet)
|
||||
find_package(ENet REQUIRED)
|
||||
target_link_libraries(net-utils PUBLIC enet)
|
||||
|
@ -4,7 +4,7 @@
|
||||
"sdl2",
|
||||
"libarchive",
|
||||
"zstd",
|
||||
"libenet"
|
||||
"enet"
|
||||
],
|
||||
"features": {
|
||||
"qt6": {
|
||||
|
Loading…
Reference in New Issue
Block a user