1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

added quotation marks for PYTHON

This commit is contained in:
James Duley 2014-08-17 11:08:02 +12:00
parent 455c33fb29
commit 9e8beda778

View File

@ -15,7 +15,7 @@ OPENPILOT_TOOLS_DIR = $$(OPENPILOT_TOOLS_DIR)
PYTHON = \"$$ROOT_DIR/tools/$$PYTHON_DIR/python\"
} else {
# not found, hope it's in the path...
PYTHON = $$(PYTHON)
PYTHON = \"$$(PYTHON)\"
}
}