Skip to content

Commit

Permalink
commander fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Oct 3, 2024
1 parent cf7e846 commit 7d30646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Integrations/docker/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN set -x \
ENV SISDK_ROOT=/opt/silabs/simplicity_sdk/
ENV WISECONNECT_SDK_ROOT=/opt/silabs/wiseconnect-wifi-bt-sdk/
ENV WIFI_SDK_ROOT=${SISDK_ROOT}/extension/wiseconnect
ENV POST_BUILD_EXE=/opt/silabs/SimplicityCommander/commander/commander/commander/commander
ENV POST_BUILD_EXE="/opt/silabs/SimplicityCommander/commander/commander"
ENV PATH="${PATH}:/opt/silabs/slc_cli/"
ENV ARM_GCC_DIR="/opt/silabs/arm-gcc-dir/"
ENV PATH="${PATH}:${ARM_GCC_DIR}/bin"
Expand Down

0 comments on commit 7d30646

Please sign in to comment.