From 1692c08b82db7aaeebbb9cd79504e715b1e2bff9 Mon Sep 17 00:00:00 2001 From: Sooyoung Ha Date: Mon, 31 Aug 2015 14:13:09 +0900 Subject: [PATCH] configure: enable the virtfs on macos and windows The virtfs has been enabled on macos and windows so far even there was no overt declaration, it might be omitted. But it is a mandatory feature for tizen emulator, so I add the enable-virtfs to macos and windows configuration. Change-Id: Ia16ff832f04761fb6894e32a560af86ef5147be9 Signed-off-by: Sooyoung Ha --- tizen/emulator_configure.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index 51492fbb7e..b5f1ca2067 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -123,6 +123,7 @@ CONFIGURE_APPEND=" --cc=gcc --audio-drv-list=winwave --enable-hax + --enable-virtfs --disable-vnc --enable-sdl --enable-java-ui @@ -139,6 +140,7 @@ CONFIGURE_APPEND=" --audio-drv-list=coreaudio --enable-shm --enable-hax + --enable-virtfs --disable-vnc --disable-cocoa --disable-sdl -- 2.34.1