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

Removing makespec line for windows from Makefile. Find out how to put it in an OS conditional, don't break the other two OS.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1521 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
peabody124 2010-09-04 06:13:12 +00:00 committed by peabody124
parent 8dbc382e5b
commit b607200fa6

View File

@ -13,7 +13,6 @@ endif
ifeq ($(UNAME), Darwin)
QT_SPEC=macx-g++
endif
QT_SPEC=win32-g++
# Set up misc host tools
RM=rm