Browse Source

Another typo...

simple
Jacob Alexander 10 years ago
parent
commit
5b8d1bb8db
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      LoadFile/winload

+ 1
- 1
LoadFile/winload 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