mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #1958 from jszakmeister/fix-unittest-header-parsing-on-freebsd
unittests: define _Thread_local to be nothing
This commit is contained in:
commit
dd12238329
@ -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="'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user