Skip to content

Commit

Permalink
correct local path
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Dec 30, 2024
1 parent e69ff46 commit e4390fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ del /S /Q ".\Heavy\usr\arm-none-eabi\lib\arm"
:: Pre-build libdaisy
cd libdaisy

echo ../Heavy/usr/bin/make.exe GCC_PATH=../Heavy/usr/bin> build.sh
echo ../Heavy/usr/bin/make.exe GCC_PATH=../Heavy/usr/bin > build.sh
..\Heavy\usr\bin\bash.exe --login build.sh
cd ..

:: Pre-build Owl libs
cd OwlProgram

echo ../Heavy/usr/bin/make.exe libs PLATFORM=OWL2 TOOLROOT=../Heavy/bin/ > build.sh
echo ../Heavy/usr/bin/make.exe libs PLATFORM=OWL2 TOOLROOT=../Heavy/usr/bin/ > build.sh
..\Heavy\usr\bin\bash.exe --login build.sh
cd ..

Expand Down

0 comments on commit e4390fb

Please sign in to comment.