diff options
author | Sven Gothel <[email protected]> | 2019-04-08 06:02:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-08 06:02:28 +0200 |
commit | 89e075c2d14afc8b7f7eb589d0d3b9285751209b (patch) | |
tree | cfb994cbf1d5cb348b52a2840890a5c6a78570bf /make/build-oculusvr.xml | |
parent | 1ecfcebb0604abc42e70b986f6358fcf282f47c7 (diff) |
Bug 1190: Adapt cross build TARGET_PLATFORM_USRLIBS and TARGET_PLATFORM_SYSROOT (android)
Diffstat (limited to 'make/build-oculusvr.xml')
-rw-r--r-- | make/build-oculusvr.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-oculusvr.xml b/make/build-oculusvr.xml index e66ec5b88..2fa7b16fa 100644 --- a/make/build-oculusvr.xml +++ b/make/build-oculusvr.xml @@ -633,7 +633,7 @@ <syslibset libs="ws2_32" if="isWindows"/> <syslibset libs="X11 Xrandr udev m" if="isLinux" unless="isLinuxARMv6" /> - <syslibset dir="${env.TARGET_PLATFORM_ROOT}/usr/lib" + <syslibset dir="${TARGET_PLATFORM_USRLIBS}" libs="X11 Xrandr udev m" if="isLinuxARMv6" /> <syslibset dir="/usr/local/lib" libs="X11 Xrandr udev m" if="isFreeBSD"/> |