mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 22:58:44 +00:00
fix: Build OpenHMD libs for real
This commit is contained in:
parent
15543619fb
commit
820dff0933
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ pub fn get_build_openhmd_jobs(profile: &Profile, clean_build: bool) -> VecDeque<
|
||||||
format!("{}/lib", profile.prefix),
|
format!("{}/lib", profile.prefix),
|
||||||
);
|
);
|
||||||
cmake_vars.insert("OPENHMD_DRIVER_OCULUS_RIFT_S".into(), "OFF".into());
|
cmake_vars.insert("OPENHMD_DRIVER_OCULUS_RIFT_S".into(), "OFF".into());
|
||||||
|
cmake_vars.insert("BUILD_BOTH_STATIC_SHARED_LIBS".into(), "ON".into());
|
||||||
|
|
||||||
let cmake = Cmake {
|
let cmake = Cmake {
|
||||||
env: None,
|
env: None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue