mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-22 16:25:36 +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/
|