mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-12-16 17:08:48 +00:00
add support for cargo.
This commit is contained in:
7
scripts/compile-for-cargo
Executable file
7
scripts/compile-for-cargo
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
./configure
|
||||
make lib/libovr.a
|
||||
cp lib/libovr.a target/
|
||||
Reference in New Issue
Block a user