diff options
Diffstat (limited to 'core/file')
| -rw-r--r-- | core/file/gen.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/file/gen.rc b/core/file/gen.rc index 706efa8a..5547d101 100644 --- a/core/file/gen.rc +++ b/core/file/gen.rc @@ -1,11 +1,11 @@ version=5.29 cflags\ - -DHAVE_CONFIG_H\ - -DMAGIC'='\"/share/file/magic\"\ - -D_GNU_SOURCE\ -Wall\ + -D HAVE_CONFIG_H\ + -D 'MAGIC=''"/share/file/magic"''' \ + -D _GNU_SOURCE\ + -isystem '$builddir'/core/zlib/include\ -I include\ - -I '$builddir'/core/zlib/include\ -I '$dir' \ -I '$outdir'/include |
