mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 13:17:45 +00:00
Ports: Use SERENITY_ARCH in --target/--host
Recent ports already do this, let's update the others as well. One step closer to multi-arch support for ports! :^)
This commit is contained in:
parent
7cb9237be9
commit
4c497228a9
9 changed files with 14 additions and 10 deletions
|
@ -155,7 +155,7 @@ func_defined pre_configure || pre_configure() {
|
|||
}
|
||||
func_defined configure || configure() {
|
||||
chmod +x "${workdir}"/"$configscript"
|
||||
run ./"$configscript" --host=i686-pc-serenity $configopts
|
||||
run ./"$configscript" --host="${SERENITY_ARCH}-pc-serenity" $configopts
|
||||
}
|
||||
func_defined post_configure || post_configure() {
|
||||
:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue