Fix search and replace oops.

This commit is contained in:
fewtarius 2022-03-31 21:26:45 -04:00
parent dcafd453e9
commit 39162ae5b6
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -15,7 +15,7 @@ PKG_LONGDESC="ScummVM is a program which allows you to run certain classic graph
pre_configure_target() {
sed -i "s|sdl-config|sdl2-config|g" ${PKG_BUILD}/configure
TARGET_CONFIGURE_OPTS="--host=${TARGET_NAME} --backend=sdl --with-sdl-prefix=${TOOLCHAIN}/usr/bin --disable-debug --enable-release --enable-vkeybd --opengl-mode=gles2"
TARGET_CONFIGURE_OPTS="--host=${TARGET_NAME} --backend=sdl --with-sdl-prefix=${SYSROOT_PREFIX}/usr/bin --disable-debug --enable-release --enable-vkeybd --opengl-mode=gles2"
}
post_makeinstall_target() {