diff options
author | midipix <writeonce@midipix.org> | 2015-08-02 11:45:24 +0300 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-09-26 11:05:22 -0400 |
commit | 2996ff0ef728a18d78f44d43288ddbe4eb230f9e (patch) | |
tree | b5c093bf259bfe49bdbfb399328bde62f3f49521 | |
parent | 82471ffef62f3db342f619318397cc4a8872221f (diff) | |
download | dalist-2996ff0ef728a18d78f44d43288ddbe4eb230f9e.tar.bz2 dalist-2996ff0ef728a18d78f44d43288ddbe4eb230f9e.tar.xz |
dalist.lzy: add missing -U flags for psxtypes.
-rw-r--r-- | dalist.lzy | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ lz_project_definitions() lz_cflags_common="-DMIDIPIX_FREESTANDING -D__NT$lz_arch_bits \ - -UWIN32 -U_WIN32 -U__WIN32__ -UWIN64 -U_WIN64 -U__WIN64__ \ + -UWIN32 -U_WIN32 -U__WIN32 -U__WIN32__ -UWIN64 -U_WIN64 -U__WIN64 -U__WIN64__ \ -Werror=all -fno-builtin -ffreestanding" |