Files
jsix_import/make.bat
2017-02-20 23:34:39 -08:00

7 lines
149 B
Batchfile

@echo off
if exist C:\Windows\Sysnative\bash.exe (
C:\Windows\Sysnative\bash.exe -c "make %*"
) else (
C:\Windows\System32\bash.exe -c "make %*"
)