1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-1258 fix an issue with all_sdk_install on windows (still pointing to deprecated targets)

This commit is contained in:
Alessio Morale 2014-04-29 10:53:22 +02:00
parent f9f7b62f9d
commit f1923c2361

View File

@ -115,7 +115,7 @@ QT_SDK_PREFIX := $(QT_SDK_DIR)
BUILD_SDK_TARGETS := arm_sdk qt_sdk
ifeq ($(UNAME), Windows)
BUILD_SDK_TARGETS += mingw sdl python nsis openssl
BUILD_SDK_TARGETS += sdl nsis openssl
endif
ALL_SDK_TARGETS := $(BUILD_SDK_TARGETS) gtest uncrustify doxygen