mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-11-23 22:49:39 +00:00
fixed make command
on Windows, command line doesn't accept environment variables before the command
This commit is contained in:
parent
8f6e9c92e6
commit
cff3643459
@ -73,7 +73,7 @@ build_script:
|
||||
if not [%PLATFORM%]==[clang] (
|
||||
make -B clean test MOREFLAGS=-Werror
|
||||
) ELSE (
|
||||
NO_C90_TEST=true make -B clean test CC=clang CXX=clang++ MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wno-pass-failed"
|
||||
make -B clean test CC=clang CXX=clang++ MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wno-pass-failed" NO_C90_TEST=true
|
||||
) &&
|
||||
make -C tests/bench
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user