summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index edd8c4d6d..d06677ae1 100755
--- a/setup.py
+++ b/setup.py
@@ -293,7 +293,7 @@ def get_build_overrides():
).get(compiler.compiler_type, ['-std=c99'])
if not flags_is_required(compiler, False, flags, textwrap.dedent('''
- inline int test_inline() { return 0; }
+ inline static int test_inline() { return 0; }
int main(void)
{ return test_inline(); }
''')):