mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
Ports/ScummVM: Use SERENITY_INSTALL_ROOT instead of _BUILD_DIR
This commit is contained in:
parent
ac9dbcda97
commit
4bf9f334d5
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