mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
Merge pull request #294 from ggardet/master
Allow to override VMCS_INSTALL_PREFIX
This commit is contained in:
@@ -9,7 +9,7 @@ INCLUDE(CPack)
|
||||
# Where shall we install?
|
||||
if (ANDROID)
|
||||
SET(VMCS_INSTALL_PREFIX "/vendor/brcm/islands" CACHE PATH "Prefix prepended to install directories" FORCE)
|
||||
else()
|
||||
elseif(NOT DEFINED VMCS_INSTALL_PREFIX)
|
||||
SET(VMCS_INSTALL_PREFIX "/opt/vc" CACHE PATH "Prefix prepended to install directories" FORCE)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user