mirror of https://github.com/PCSX2/pcsx2.git
parent
5c7e2d103c
commit
6e029fc184
|
@ -643,7 +643,7 @@ if(APPLE)
|
||||||
${pcsx2LinuxHeaders})
|
${pcsx2LinuxHeaders})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD" OR ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD")
|
||||||
set(Platform
|
set(Platform
|
||||||
${pcsx2FreeBSDSources}
|
${pcsx2FreeBSDSources}
|
||||||
${pcsx2LinuxHeaders})
|
${pcsx2LinuxHeaders})
|
||||||
|
|
Loading…
Reference in New Issue