Fix for zlib

This commit is contained in:
Ganesh Viswanathan 2020-05-01 17:51:57 -05:00
commit 370f64d4e7

View file

@ -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}"