mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Fix appveyor typo
This commit is contained in:
parent
addd9fd105
commit
7418626833
@ -109,7 +109,7 @@ before_build:
|
||||
$env:CXXFLAGS = "-m32";
|
||||
|
||||
#Disable ASM generation for x86, there are errors with the llvm assembler
|
||||
$env:CMakeGenFlags = $env:CMakeGenFlags' -DASM_TESTS_ENABLED=FALSE'
|
||||
$env:CMakeGenFlags += " -DASM_TESTS_ENABLED=FALSE"
|
||||
} else {
|
||||
$env:CFLAGS = "-m64";
|
||||
$env:CXXFLAGS = "-m64";
|
||||
|
Loading…
Reference in New Issue
Block a user