mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
This fixes two problems: - if OPENPILOT_TOOLS_DIR is set using backslashes, they should be converted to forward ones. Otherwise on Windows it can't run the program. - for some weird reason the python called without quotes (regardless of full path used or not) tries to open whole command line as a file instead of the 1st parameter only. This works as it should from bash prompt. But executed by make it fails on Windows.