mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
actually fix it (I hope)
This commit is contained in:
@ -25,6 +25,6 @@ else()
|
||||
target_link_libraries(net-utils PUBLIC slirp)
|
||||
endif()
|
||||
|
||||
pkg_check_modules((ENet REQUIRED libenet)
|
||||
pkg_check_modules(ENet REQUIRED IMPORTED_TARGET libenet)
|
||||
fix_interface_includes(PkgConfig::ENet)
|
||||
target_link_libraries(net-utils PUBLIC PkgConfig::ENet)
|
||||
|
Reference in New Issue
Block a user