summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2022-12-10 21:12:27 +0100
committerLiam <byteslice@airmail.cc>2022-12-10 21:12:27 +0100
commit8d1d6e149f4929227b00084f7a14f4c701348119 (patch)
treea5427fe0489cc7547b2c4be03c1c4f9487483599 /src
parentMerge pull request #9417 from liamwhite/debug-assert (diff)
downloadyuzu-8d1d6e149f4929227b00084f7a14f4c701348119.tar
yuzu-8d1d6e149f4929227b00084f7a14f4c701348119.tar.gz
yuzu-8d1d6e149f4929227b00084f7a14f4c701348119.tar.bz2
yuzu-8d1d6e149f4929227b00084f7a14f4c701348119.tar.lz
yuzu-8d1d6e149f4929227b00084f7a14f4c701348119.tar.xz
yuzu-8d1d6e149f4929227b00084f7a14f4c701348119.tar.zst
yuzu-8d1d6e149f4929227b00084f7a14f4c701348119.zip
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt
index d23eb2907..4a7d35617 100644
--- a/src/yuzu/CMakeLists.txt
+++ b/src/yuzu/CMakeLists.txt
@@ -402,7 +402,7 @@ if (MSVC)
copy_yuzu_FFmpeg_deps(yuzu)
endif()
-if (NOT APPLE)
+if (NOT APPLE AND ENABLE_OPENGL)
target_compile_definitions(yuzu PRIVATE HAS_OPENGL)
endif()