cmake: Fix NetBSD compilation

Closes #1973
This commit is contained in:
Jonathan Li 2017-07-01 11:54:59 +01:00
parent 5c7e2d103c
commit 6e029fc184
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ if(APPLE)
${pcsx2LinuxHeaders})
endif()
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD" OR ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD")
set(Platform
${pcsx2FreeBSDSources}
${pcsx2LinuxHeaders})