mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 14:49:04 +00:00
fix: remove unnecessary basalt patch (fixes #97)
This commit is contained in:
parent
d2c1ae59e9
commit
5805032532
1 changed files with 0 additions and 8 deletions
|
@ -56,14 +56,6 @@ pub fn get_build_basalt_jobs(profile: &Profile, clean_build: bool) -> VecDeque<W
|
||||||
build_dir: build_dir.clone(),
|
build_dir: build_dir.clone(),
|
||||||
};
|
};
|
||||||
|
|
||||||
jobs.push_back(WorkerJob::new_cmd(None, "bash".into(), Some(vec![
|
|
||||||
"-c".into(),
|
|
||||||
format!(
|
|
||||||
"cd {repo}/thirdparty/Pangolin && git checkout include/pangolin/utils/picojson.h && curl -sSL 'https://aur.archlinux.org/cgit/aur.git/plain/279c17d9c9eb9374c89489b449f92cb93350e8cd.patch?h=basalt-monado-git' -o picojson_fix.patch && git apply picojson_fix.patch && sed -i '1s/^/#include <stdint.h>\\n/' include/pangolin/platform.h",
|
|
||||||
repo = git.dir
|
|
||||||
),
|
|
||||||
])));
|
|
||||||
|
|
||||||
if !Path::new(&build_dir).is_dir() || clean_build {
|
if !Path::new(&build_dir).is_dir() || clean_build {
|
||||||
rm_rf(&build_dir);
|
rm_rf(&build_dir);
|
||||||
jobs.push_back(cmake.get_prepare_job());
|
jobs.push_back(cmake.get_prepare_job());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue