Skip to content

Commit 2d508e0

Browse files
committed
Fixing libiconv under Windows
1 parent 222f51d commit 2d508e0

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:path=C:\msys64\usr\bin\bash.exe
22+
libiconv/*:tools.microsoft.bash:subsystem=msys2
23+
libiconv/*:tools.build:compiler_executables={"CC":"gcc", "CXX":"gcc"}
2124

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

0 commit comments

Comments
 (0)