mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-23 00:35:31 +00:00
8 lines
73 B
Bash
Executable File
8 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
./configure
|
|
make lib/libovr.a
|
|
cp lib/libovr.a target/
|