fix msvc build
authorsubhransu mohanty <sub.mohanty@samsung.com>
Thu, 4 Jul 2019 00:20:31 +0000 (09:20 +0900)
committerHermet Park <hermetpark@gmail.com>
Wed, 10 Jul 2019 01:59:04 +0000 (10:59 +0900)
src/meson.build

index 4097d7332fcc7f4b93e8d94a2433dc9b7223736a..c177764bdcdb200e18845681c54be2ee5267828e 100644 (file)
@@ -1,5 +1,5 @@
 cc = meson.get_compiler('cpp')
-
+compiler_flags =[]
 if (cc.get_id() != 'msvc')
     compiler_flags = ['-fno-exceptions', '-fno-rtti',
                       '-fno-unwind-tables' , '-fno-asynchronous-unwind-tables',