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

Makefile: Default is win32-g++ so that real OS can detect and overwrite this.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1617 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
peabody124 2010-09-14 16:15:21 +00:00 committed by peabody124
parent cc3860daaf
commit 6cc702b394

View File

@ -6,6 +6,7 @@ DL_DIR=$(ROOT_DIR)/downloads
# We almost need to consider autoconf/automake instead of this
# I don't know if windows supports uname :-(
QT_SPEC=win32-g++
UNAME := $(shell uname)
ifeq ($(UNAME), Linux)
QT_SPEC=linux-g++