mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-31 19:55:38 +00:00
CMake: FreeBSD build fix
cpuinfo is still broken, will fix that another day.
This commit is contained in:
parent
0b5287f199
commit
0f4af03730
|
@ -110,7 +110,7 @@ if(ENABLE_OPENGL)
|
|||
target_link_libraries(util PRIVATE "opengl32.lib")
|
||||
endif()
|
||||
|
||||
if(LINUX OR FREEBSD OR ANDROID)
|
||||
if(LINUX OR BSD OR ANDROID)
|
||||
target_sources(util PRIVATE
|
||||
opengl_context_egl.cpp
|
||||
opengl_context_egl.h
|
||||
|
|
Loading…
Reference in a new issue