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
Notes:
sideshowbarker
2024-07-18 08:44:41 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/157fccfe7b3 Pull-request: https://github.com/SerenityOS/serenity/pull/8888
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() {
|
||||
run ./autogen.sh
|
||||
run sed -i 's@irix\* \\@irix* | serenity* \\@' config.sub
|
||||
run sed -i 's@irix\* \\@irix* | *serenity* \\@' config.sub
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue