mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-24 01:47:20 +01:00
Fix paths for the lipo command in the podman build all script.
This commit is contained in:
parent
db97ec1152
commit
2d77f9979c
@ -87,7 +87,7 @@ $podman run -v ${project_root}:/root/project -w /root/project pandemonium-osx:${
|
||||
rm -f modules/modules_enabled.gen.h
|
||||
|
||||
#lipo
|
||||
$podman run -v ${project_root}:/root/project -w /root/project/tools/osx pandemonium-osx:${img_version} bash -c ./lipo.sh
|
||||
$podman run -v ${project_root}:/root/project -w /root/project/misc/osx pandemonium-osx:${img_version} bash -c ./lipo.sh
|
||||
|
||||
#ios
|
||||
#$podman run -v ${project_root}:/root/project -w /root/project pandemonium-ios:${img_version} scons bir_strip -j4 . 2>&1 | tee logs/bir.log
|
||||
|
Loading…
Reference in New Issue
Block a user