We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d25c4a commit f81d1deCopy full SHA for f81d1de
itk_wasm_env.bash
@@ -7,7 +7,7 @@ function die() {
7
8
if test "$OSTYPE" = "cygwin" || test "$OSTYPE" = "msys" || test "$OSTYPE" = "win32"; then
9
echo "Windows platform detected ... adding \"/Zc:__cplusplus /DNOMINMAX\" to \$CXXFLAGS"
10
- export CXXFLAGS="/Zc:__cplusplus /DNOMINMAX"
+ export CXXFLAGS="/Zc:__cplusplus /Zc:preprocessor /DNOMINMAX"
11
fi
12
13
export ITK_WASM_DCMTK_REPOSITORY=${ITK_WASM_DCMTK_REPOSITORY:-"https://github.com/InsightSoftwareConsortium/DCMTK"}
0 commit comments