Skip to content

Commit eb88e7d

Browse files
committed
hard-code runtime for Windows
1 parent 5c9505f commit eb88e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makevars.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ ifeq ($(USE_TBB), Windows)
5656
# compiler: overwrite default (which is cl = MS compiler)
5757
MAKE_ARGS += rtools=true compiler=gcc
5858
ifeq ("$(WIN)", "64")
59-
MAKE_ARGS += arch=intel64
59+
MAKE_ARGS += arch=intel64 runtime=mingw
6060
ARCH_DIR=x64/
6161
else
62-
MAKE_ARGS += arch=ia32
62+
MAKE_ARGS += arch=ia32 runtime=mingw
6363
ARCH_DIR=i386/
6464
endif
6565

0 commit comments

Comments
 (0)