mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +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),
|
||||
);
|
||||
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 {
|
||||
env: None,
|
||||
|
|
Loading…
Add table
Reference in a new issue