Skip to content

Commit 967bef9

Browse files
committed
Fixing libiconv under Windows
1 parent 222f51d commit 967bef9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conan-profiles/conan-profile-Windows-X64

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ doxygen/*:compiler.version=193
1818
tools.build:cxxflags=["/openmp", "/MP", "/DEBUG:NONE", "/O2", "/arch:AVX"]
1919
tools.build:cflags=["/openmp", "/MP", "/DEBUG:NONE", "/O2", "/arch:AVX"]
2020
embree3/*:tools.build:cxxflags=["/openmp", "/MP", "/DEBUG:NONE", "/O2"]
21+
libiconv/*:tools.microsoft.bash:active=False
22+
libiconv/*:tools.microsoft.bash:path=C:\msys64\usr\bin\bash.exe
23+
libiconv/*:tools.microsoft.bash:subsystem=msys2
2124

2225
[options]
2326
# MSVC does not support avx2 nor avx512

0 commit comments

Comments
 (0)