[DO-966] conan profiles (!2)
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_config/pulls/2
This commit is contained in:
61
profiles/windows_x86_64_gcc11_mxe_shared
Normal file
61
profiles/windows_x86_64_gcc11_mxe_shared
Normal file
@@ -0,0 +1,61 @@
|
||||
include(windows_x86_64_gcc11)
|
||||
[buildenv]
|
||||
CC=/mxe/usr/bin/x86_64-w64-mingw32.shared-gcc
|
||||
AR=/mxe/usr/bin/x86_64-w64-mingw32.shared-ar
|
||||
RANLIB=/mxe/usr/bin/x86_64-w64-mingw32.shared-ranlib
|
||||
RC=/mxe/usr/bin/x86_64-w64-mingw32.shared-windres
|
||||
WINDRES=/mxe/usr/bin/x86_64-w64-mingw32.shared-windres
|
||||
DLLTOOL=/mxe/usr/bin/x86_64-w64-mingw32.shared-dlltool
|
||||
LIBTOOL=/mxe/usr/bin/x86_64-pc-linux-gnu/installed/libtool
|
||||
CXX=/mxe/usr/bin/x86_64-w64-mingw32.shared-g++
|
||||
PREFIX=/mxe/usr/bin/x86_64-w64-mingw32.shared-
|
||||
DLLTOOL=/mxe/usr/bin/x86_64-w64-mingw32.shared-dlltool
|
||||
PATH=${PATH}:/mxe/usr/bin/:/mxe/usr/x86_64-pc-linux-gnu/bin/:mxe/usr/x86_64-pc-linux-gnu/installed
|
||||
CMAKE_C_COMPILER=/mxe/usr/x86_64-pc-linux-gnu/bin/cmake
|
||||
[options]
|
||||
abseil/*:shared=True
|
||||
brotli/*:shared=True
|
||||
bzip2/*:shared=True
|
||||
catch2/*:shared=True
|
||||
cpuinfo/*:shared=True
|
||||
dav1d/*:shared=True
|
||||
double-conversion/*:shared=True
|
||||
expat/*:shared=True
|
||||
ffmpeg/*:shared=True
|
||||
freetype/*:shared=True
|
||||
glib/*:shared=True
|
||||
harfbuzz/*:shared=True
|
||||
jbig/*:shared=True
|
||||
libaom-av1/*:shared=True
|
||||
libdeflate/*:shared=True
|
||||
libelf/*:shared=True
|
||||
libfdk_aac/*:shared=True
|
||||
libffi/*:shared=True
|
||||
libgettext/*:shared=True
|
||||
libiconv/*:shared=True
|
||||
libjpeg-turbo/*:shared=True
|
||||
libmount/*:shared=True
|
||||
libmp3lame/*:shared=True
|
||||
libpng/*:shared=True
|
||||
libpq/*:shared=True
|
||||
libsvtav1/*:shared=True
|
||||
libtiff/*:shared=True
|
||||
libwebp/*:shared=True
|
||||
libx264/*:shared=True
|
||||
libx265/*:shared=True
|
||||
libyuv/*:shared=True
|
||||
md4c/*:shared=True
|
||||
ogg/*:shared=True
|
||||
openal-soft/*:shared=True
|
||||
openh264/*:shared=True
|
||||
openjpeg/*:shared=True
|
||||
openssl/*:shared=True
|
||||
opus/*:shared=True
|
||||
pcre2/*:shared=True
|
||||
qt/*:cross_compile="x86_64-w64-mingw32.shared-"
|
||||
qt/*:shared=True
|
||||
sqlite3/*:shared=True
|
||||
vorbis/*:shared=True
|
||||
xz_utils/*:shared=True
|
||||
zlib/*:shared=True
|
||||
zstd/*:shared=True
|
||||
Reference in New Issue
Block a user