Skip to content

Commit

Permalink
CMake: FreeBSD build fix
Browse files Browse the repository at this point in the history
cpuinfo is still broken, will fix that another day.
  • Loading branch information
stenzek committed Jul 23, 2024
1 parent 0b5287f commit 0f4af03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f4af03

Please sign in to comment.