Ports/ScummVM: Use SERENITY_INSTALL_ROOT instead of _BUILD_DIR

This commit is contained in:
Jelle Raaijmakers 2021-06-07 14:17:56 +02:00 committed by Andreas Kling
parent ac9dbcda97
commit 4bf9f334d5

View file

@ -10,7 +10,7 @@ configopts="
--enable-release-mode
--enable-optimizations
--opengl-mode=none
--with-sdl-prefix=${SERENITY_BUILD_DIR}/Root/usr/local
--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local
"
launcher_name=ScummVM
launcher_category=Games