Fix for zlib
This commit is contained in:
parent
748998b0bd
commit
370f64d4e7
1 changed files with 1 additions and 1 deletions
|
|
@ -565,7 +565,7 @@ proc getPreprocessor*(gState: State, fullpath: string): string =
|
|||
else:
|
||||
cmd &= "-D__attribute__(x)= "
|
||||
|
||||
cmd &= "-D__restrict= "
|
||||
cmd &= "-D__restrict= -D__extension__= "
|
||||
|
||||
cmd &= &"{fullpath.sanitizePath}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue