Skip to content

Commit

Permalink
Adjust build.sh to SDK changes
Browse files Browse the repository at this point in the history
Signed-off-by: Tomi Leppänen <[email protected]>
  • Loading branch information
Tomin1 committed May 1, 2023
1 parent 216106c commit 4681490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fi
for target in $TARGETS
do
echo "Building for $target"
$SFDK -c "target=$target" build -p -d $HARBOUR
$SFDK -c "target=$target" -c no-vcs-apply build -p -d $HARBOUR
if [ "$DIR" != "" ]
then
cp -v "$($SFDK config --show | grep output-prefix \
Expand Down

0 comments on commit 4681490

Please sign in to comment.