projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
872e04f
)
Apply 1 suggestion(s) to 1 file(s)
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 27 Sep 2022 11:31:55 +0000
(11:31 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 27 Sep 2022 11:31:55 +0000
(11:31 +0000)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 035efb24222d4f52f4aa63eac20bb89e067a4938..f27dfb6f82c85389f06fc661b8d9c166a57c5032 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-254,9
+254,9
@@
if cc.get_id() == 'msvc'
# in GLib, based on _Win32_Programming_ by Rector and Newcomer
test_cflags = [
'-FImsvc_recommended_pragmas.h',
-
'-D_USE_MATH_DEFINES',
-
'-utf-8',
- '-Zc:preprocessor'
+ '-D_USE_MATH_DEFINES',
+ '-utf-8',
+
'-Zc:preprocessor'
]
add_project_arguments(cc.get_supported_arguments(test_cflags), language: 'c')