Skip to content

Commit

Permalink
Update compile.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
emmebrusa committed Jun 12, 2024
1 parent 52a43c0 commit 0e553a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compile.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@echo off
if exist "%windir%\syswow64\cmd.exe" goto CYGWIN64

PATH = %PATH%;%~dp0..\tools\cygwin_32\bin;
PATH = %PATH%;%~dp0..\tools\cygwin_32\bin;C:\SDCC\usr\local\bin;C:\SDCC\bin;C:\%PROGRAMFILES%\SDCC\usr\local\bin;C:\%PROGRAMFILES%\SDCC\bin;
goto BUILD

:CYGWIN64
PATH = %PATH%;%~dp0..\tools\cygwin_64\bin;
PATH = %PATH%;%~dp0..\tools\cygwin_64\bin;C:\SDCC\usr\local\bin;C:\SDCC\bin;C:\%PROGRAMFILES%\SDCC\usr\local\bin;C:\%PROGRAMFILES%\SDCC\bin;

:BUILD
echo Build started...
Expand Down

0 comments on commit 0e553a5

Please sign in to comment.