From 5b8d1bb8db5c5d6d366c3e0971e743f9d79cc8de Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Sat, 19 Apr 2014 20:17:38 -0700 Subject: [PATCH] Another typo... --- LoadFile/winload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoadFile/winload b/LoadFile/winload index 569e91c..17082c2 100755 --- a/LoadFile/winload +++ b/LoadFile/winload @@ -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