More fixes for Windows compilation.
This commit is contained in:
parent
a6e76d4fac
commit
1f1fa7efc8
4 changed files with 21 additions and 10 deletions
|
@ -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 @CMAKE_SOURCE_DIR@/LoadFile
|
||||
cmake -G "Unix Makefiles" @CMAKE_SOURCE_DIR@/LoadFile
|
||||
make
|
||||
cd -
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue