summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index 92525e8..5b54107 100644
--- a/meson.build
+++ b/meson.build
@@ -66,11 +66,6 @@ int main(void) { void* mem; posix_memalign(&mem, 8, 8); }'''
name: 'posix_memalign').to_int())
endif
-# Build as C++ on MSVC
-if cc.get_id() == 'msvc'
- add_project_arguments(['/TP'], language: ['c'])
-endif
-
###########
# Library #
###########