1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-08 17:22:10 +03:00

fixed MinGW compilation

This commit is contained in:
Przemyslaw Skibinski
2016-11-03 12:59:20 +01:00
parent 1f60eb6b17
commit 3a415594b1
3 changed files with 9 additions and 7 deletions

View File

@@ -56,7 +56,6 @@ endif
# Define *.exe as extension for Windows systems
ifneq (,$(filter Windows%,$(OS)))
EXT =.exe
VOID = nul
RES64_FILE = windres\zstd64.res
RES32_FILE = windres\zstd32.res
ifneq (,$(filter x86_64%,$(shell $(CC) -dumpmachine)))
@@ -66,7 +65,6 @@ else
endif
else
EXT =
VOID = /dev/null
endif