mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +01:00
OP-1258 fix an issue with all_sdk_install on windows (still pointing to deprecated targets)
This commit is contained in:
parent
f9f7b62f9d
commit
f1923c2361
@ -115,7 +115,7 @@ QT_SDK_PREFIX := $(QT_SDK_DIR)
|
|||||||
|
|
||||||
BUILD_SDK_TARGETS := arm_sdk qt_sdk
|
BUILD_SDK_TARGETS := arm_sdk qt_sdk
|
||||||
ifeq ($(UNAME), Windows)
|
ifeq ($(UNAME), Windows)
|
||||||
BUILD_SDK_TARGETS += mingw sdl python nsis openssl
|
BUILD_SDK_TARGETS += sdl nsis openssl
|
||||||
endif
|
endif
|
||||||
ALL_SDK_TARGETS := $(BUILD_SDK_TARGETS) gtest uncrustify doxygen
|
ALL_SDK_TARGETS := $(BUILD_SDK_TARGETS) gtest uncrustify doxygen
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user