mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-04-10 02:02:21 +02: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:
parent
cc3860daaf
commit
6cc702b394
1
Makefile
1
Makefile
@ -6,6 +6,7 @@ DL_DIR=$(ROOT_DIR)/downloads
|
|||||||
|
|
||||||
# We almost need to consider autoconf/automake instead of this
|
# We almost need to consider autoconf/automake instead of this
|
||||||
# I don't know if windows supports uname :-(
|
# I don't know if windows supports uname :-(
|
||||||
|
QT_SPEC=win32-g++
|
||||||
UNAME := $(shell uname)
|
UNAME := $(shell uname)
|
||||||
ifeq ($(UNAME), Linux)
|
ifeq ($(UNAME), Linux)
|
||||||
QT_SPEC=linux-g++
|
QT_SPEC=linux-g++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user