mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-12-07 04:58:26 +00:00
xlinux -> xLinux
This commit is contained in:
@@ -6,7 +6,7 @@ OS=`uname`
|
||||
|
||||
env
|
||||
|
||||
if [ "x$OS" == "xlinux" ] ; then
|
||||
if [ "x$OS" == "xLinux" ] ; then
|
||||
make -C modules/oculus_sdk_linux/
|
||||
cp modules/oculus_sdk_linux/LibOVR/Lib/Linux/Release/x86_64/libovr.a $OUT_DIR/
|
||||
elif [ "x$OS" == "xDarwin" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user