1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

Missed a damn space, OCD won't let me leave it as is.

This commit is contained in:
Fredrik Larson 2014-08-25 02:55:19 +10:00
parent 4874bdc120
commit c38242f627

View File

@ -16,7 +16,7 @@ OPENPILOT_TOOLS_DIR = $$(OPENPILOT_TOOLS_DIR)
} else {
# not found, hope it's in the path...
!macx: { PYTHON = \"$$(PYTHON)\" }
macx: { PYTHON = \"python\"}
macx: { PYTHON = \"python\" }
}
}