vitrio-9p: disable the virtio-9p on windows. 59/20859/1
authorSooyoung Ha <yoosah.ha@samsung.com>
Tue, 13 May 2014 08:26:56 +0000 (17:26 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Tue, 13 May 2014 08:26:56 +0000 (17:26 +0900)
Change-Id: I324f8a6a356ab6789be59195cb19a41762e411aa
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
package/build.windows-32

index 3e73bc0..b252c50 100755 (executable)
@@ -56,7 +56,7 @@ build()
        prepare
 
        cd $SRCDIR/tizen
-       ./emulator_configure.sh x86 -e "$BUILD_CFLAGS $BUILD_LDFLAGS"
+       ./emulator_configure.sh x86 -e --disable-virtfs -e "$BUILD_CFLAGS $BUILD_LDFLAGS"
        make all_dibs
        if [ $? -eq 0 ]
        then