From: Jacob Alexander Date: Sun, 20 Apr 2014 03:17:38 +0000 (-0700) Subject: Another typo... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5b8d1bb8db5c5d6d366c3e0971e743f9d79cc8de;p=kiibohd-controller.git Another typo... --- 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