Windows is now working with libusb1.0 for the teensy-loader-cli.

- Not tested yet, but should be working.
This commit is contained in:
Jacob Alexander 2014-04-18 13:16:47 -07:00
parent cc3f062875
commit c4c1d0a2b8
4 changed files with 10 additions and 171 deletions

View file

@ -157,7 +157,7 @@ add_custom_target( SizeAfter ALL
#| Provides the user with the correct teensy-loader-cli command for the built .HEX file
#| Windows
if( ${CMAKE_SYSTEM_NAME} MATCHES "Windows" )
if( CMAKE_SYSTEM_NAME MATCHES "Windows" )
configure_file( LoadFile/winload load NEWLINE_STYLE UNIX )
#| Default
else()