aboutsummaryrefslogtreecommitdiff
path: root/test/unit/preprocess.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/preprocess.lua')
-rw-r--r--test/unit/preprocess.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/unit/preprocess.lua b/test/unit/preprocess.lua
index f17c7ba666..d4c2e088a4 100644
--- a/test/unit/preprocess.lua
+++ b/test/unit/preprocess.lua
@@ -102,7 +102,10 @@ local Gcc = {
'-D "EXTERN=extern"',
'-D "INIT(...)="',
'-D_GNU_SOURCE',
- '-DINCLUDE_GENERATED_DECLARATIONS'
+ '-DINCLUDE_GENERATED_DECLARATIONS',
+
+ -- Needed for FreeBSD
+ '-D "_Thread_local="'
}
}