mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 08:18:55 +00:00
Ports/ScummVM: Use SERENITY_INSTALL_ROOT instead of _BUILD_DIR
This commit is contained in:
parent
ac9dbcda97
commit
4bf9f334d5
Notes:
sideshowbarker
2024-07-18 12:37:31 +09:00
Author: https://github.com/gmta
Commit: 4bf9f334d5
Pull-request: https://github.com/SerenityOS/serenity/pull/7874
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/gunnarbeutner
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ configopts="
|
||||||
--enable-release-mode
|
--enable-release-mode
|
||||||
--enable-optimizations
|
--enable-optimizations
|
||||||
--opengl-mode=none
|
--opengl-mode=none
|
||||||
--with-sdl-prefix=${SERENITY_BUILD_DIR}/Root/usr/local
|
--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local
|
||||||
"
|
"
|
||||||
launcher_name=ScummVM
|
launcher_name=ScummVM
|
||||||
launcher_category=Games
|
launcher_category=Games
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue