Archived
1
0

Another typo...

This commit is contained in:
Jacob Alexander 2014-04-19 20:17:38 -07:00
parent 4e805a21fb
commit 5b8d1bb8db

View File

@ -5,7 +5,7 @@ if [ ! -e teensy-loader-cli/teensy-loader-cli ]; then
# Compile teensy-loader-cli
mkdir -p teensy-loader-cli
cd teensy-loader-cli
cmake -G "Unix Makefiles" @CMAKE_SOURCE_DIR@/LoadFile
cmake -G "Unix Makefiles" $(cygpath -u @CMAKE_SOURCE_DIR@/LoadFile)
make
cd -
fi