mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
LP-29 all_sdk_install will not install osg anymore, instead build_sdk_install will install if OS is windows
This commit is contained in:
parent
882c3d54b1
commit
9b495456e2
@ -149,9 +149,9 @@ QT_SDK_PREFIX := $(QT_SDK_DIR)
|
||||
|
||||
BUILD_SDK_TARGETS := arm_sdk qt_sdk
|
||||
ifeq ($(UNAME), Windows)
|
||||
BUILD_SDK_TARGETS += sdl nsis mesawin openssl ccache
|
||||
BUILD_SDK_TARGETS += osg sdl nsis mesawin openssl ccache
|
||||
endif
|
||||
ALL_SDK_TARGETS := $(BUILD_SDK_TARGETS) osg gtest uncrustify doxygen
|
||||
ALL_SDK_TARGETS := $(BUILD_SDK_TARGETS) gtest uncrustify doxygen
|
||||
|
||||
define GROUP_SDK_TEMPLATE
|
||||
.PHONY: $(1)_install $(1)_clean $(1)_distclean $(1)_version
|
||||
|
Loading…
Reference in New Issue
Block a user