aboutsummaryrefslogtreecommitdiff
path: root/scripts/toolchains
diff options
context:
space:
mode:
authorSimon Hausmann <hausmann@gmail.com>2018-10-09 09:36:42 +0200
committerRobert Schumacher <roschuma@microsoft.com>2018-10-09 00:36:42 -0700
commit0e50a41922739bdede7200bc9e8103328cb3e7cc (patch)
tree384e030f0e98574a6abcf8a2b335d57af3cdb89c /scripts/toolchains
parent8bb061a20cc1389b76d3c9771254f48b0c4cdf28 (diff)
downloadvcpkg-0e50a41922739bdede7200bc9e8103328cb3e7cc.tar.gz
vcpkg-0e50a41922739bdede7200bc9e8103328cb3e7cc.zip
Fix build of OpenSSL on Android (#4427)
When passing on CMAKE_<LANG>_COMPILER_TARGET and CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN it is important that the selection of those via CMAKE_C_COMPILE_OPTIONS_TARGET/EXTERNAL_TOOLCHAIN is done without a space inbetween. For example COMPILE_OPTIONS_TARGET is with clang a simple --target= and so the selected target must follow without a space, so that we get --target=foo-bar instead of --target= foo bar, which the compiler does not parse as intended.
Diffstat (limited to 'scripts/toolchains')
0 files changed, 0 insertions, 0 deletions