Disable OpenXR on macOS;

It doesn't seem to work.
This commit is contained in:
bjorn 2022-07-10 17:08:53 -06:00
parent af8f650a07
commit 2b7b513824
1 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,9 @@ elseif(ANDROID)
endif()
elseif(UNIX)
find_package(PkgConfig)
if(NOT APPLE)
if(APPLE)
set(LOVR_USE_OPENXR OFF)
else()
set(CMAKE_SKIP_RPATH OFF)
endif()
endif()