mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-12-04 19:58:19 +00:00
9 lines
113 B
Bash
Executable File
9 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
git submodule update --init --recursive
|
|
./configure
|
|
make lib/libovr.a
|
|
cp lib/libovr.a target/
|