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:
parent
f9f7b62f9d
commit
f1923c2361
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user