mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 05:42:08 +02:00
don't build oculus-legacy plugin on linux
This commit is contained in:
parent
c93ed7c6f7
commit
d036e0618d
1 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,9 @@
|
|||
# See the accompanying file LICENSE or http:#www.apache.org/licenses/LICENSE-2.0.html
|
||||
#
|
||||
|
||||
if (NOT WIN32)
|
||||
# Windows doesn't need this, and building it currently make Linux unstable.
|
||||
# if (NOT WIN32)
|
||||
if (APPLE)
|
||||
|
||||
set(TARGET_NAME oculusLegacy)
|
||||
setup_hifi_plugin()
|
||||
|
@ -19,4 +21,4 @@ if (NOT WIN32)
|
|||
target_include_directories(${TARGET_NAME} PRIVATE ${LIBOVR_INCLUDE_DIRS})
|
||||
target_link_libraries(${TARGET_NAME} ${LIBOVR_LIBRARIES})
|
||||
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue