diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-19 21:08:27 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-20 16:14:20 -0800 |
| commit | 653510bb8b3db5a280576cb00445fbdc8d49b88a (patch) | |
| tree | 7d1d48ab62e4c34b16fa60de4a21a232c67c97c4 /core/zlib | |
| parent | de4e4c63378c6fd0dc2504ddce5a13ee1e62504a (diff) | |
Various style fixes
Diffstat (limited to 'core/zlib')
| -rw-r--r-- | core/zlib/gen.rc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/core/zlib/gen.rc b/core/zlib/gen.rc index c868a348..56ac0a0a 100644 --- a/core/zlib/gen.rc +++ b/core/zlib/gen.rc @@ -1,8 +1,8 @@ cflags\ - -DHAVE_HIDDEN\ - -DHAVE_STDARG_H\ - -DHAVE_UNISTD_H\ - -D_LARGEFILE64_SOURCE + -D HAVE_HIDDEN\ + -D HAVE_STDARG_H\ + -D HAVE_UNISTD_H\ + -D _LARGEFILE64_SOURCE lib libz.a\ adler32.c\ @@ -23,7 +23,6 @@ lib libz.a\ gzwrite.c file lib/libz.a '$outdir'/libz.a 644 -# Only expose the headers needed to build with zlib. hdrs=(zlib.h zconf.h) for(hdr in $hdrs) { build '$outdir'/include/$hdr copy '$srcdir'/$hdr |
