We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f80a3 commit 2b07c9cCopy full SHA for 2b07c9c
worker/configure
@@ -25,6 +25,11 @@ cd $ROS_OUTPUT
25
26
if which cl &>/dev/null; then
27
# MSVC environment
28
+ if [ "$ROS_ARCH" = "amd64" ]; then
29
+ export VSCMD_ARG_HOST_ARCH="x64"
30
+ export VSCMD_ARG_TGT_ARCH="x64"
31
+ fi
32
+
33
$TIME cmake -G 'Ninja' -DCMAKE_TOOLCHAIN_FILE:FILEPATH=toolchain-msvc.cmake -DARCH:STRING=$ROS_ARCH -DRUNTIME_CHECKS:BOOL=0 $@ $SOURCEDIR
34
else
35
# GCC environment
0 commit comments