mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
Ports/dosbox-staging: Change 'serenity*' build target to '*serenity*'
The serenity build target in config.sub did not match 'i686-pc-serenity'. This commit changes the build target from 'serenity*' to '*serenity*'.
This commit is contained in:
parent
777e103908
commit
157fccfe7b
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ export CPPFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/SDL2"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
run ./autogen.sh
|
run ./autogen.sh
|
||||||
run sed -i 's@irix\* \\@irix* | serenity* \\@' config.sub
|
run sed -i 's@irix\* \\@irix* | *serenity* \\@' config.sub
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue