From 76a52f18b5fbe0c7580d1fb963559589964f6e89 Mon Sep 17 00:00:00 2001 From: sangwook lee Date: Thu, 24 Feb 2022 07:44:06 +0900 Subject: [PATCH] Fix sdl error Change-Id: I384352d89a5783725b4ef69e0735703ae4590ea2 --- tizen/emulator_configure.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index 3df1c3f971..a1fd48d00c 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -142,7 +142,6 @@ CONFIGURE_APPEND_WIN=" --extra-ldflags=-static-libgcc --extra-ldflags=-static-libstdc++ --audio-drv-list=dsound - --enable-sdl --enable-hax" # append platform specific options @@ -153,7 +152,6 @@ CONFIGURE_APPEND=" --extra-ldflags=-Wl,-rpath,'\$\$ORIGIN' --audio-drv-list=alsa --enable-virtfs - --enable-sdl --enable-kvm $CONFIGURE_APPEND " -- 2.34.1