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 62e5dfc commit a76df6aCopy full SHA for a76df6a
vinca/templates/activate.sh.in
@@ -7,7 +7,7 @@
7
# Not sure if this is necessary on UNIX?
8
# export QT_PLUGIN_PATH=$CONDA_PREFIX\plugins
9
10
-if [ "$CONDA_BUILD" == "1" -a "$target_platform" != "$build_platform" ]; then
+if [ "$CONDA_BUILD" = "1" -a "$target_platform" != "$build_platform" ]; then
11
# ignore sourcing
12
echo "Not activating ROS when cross-compiling";
13
else
0 commit comments