Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
wip

wip
  • Loading branch information
Lokesh-Carbonix committed Nov 20, 2023
1 parent 49b008e commit 3a1d456
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tools/scripts/cygwin_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ $GPP_COMPILER -print-sysroot
SYS_ROOT=$($GPP_COMPILER -print-sysroot)
echo "SYS_ROOT=$SYS_ROOT"

git config --global --add safe.directory /cygdrive/d/a/ardupilot/ardupilot
REPO_NAME=$(basename $(git rev-parse --show-toplevel))

echo "Repository name: $REPO_NAME"

git config --global --add safe.directory "/cygdrive/d/a/$REPO_NAME/$REPO_NAME"
rm -rf artifacts
mkdir artifacts

Expand Down

0 comments on commit 3a1d456

Please sign in to comment.