mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
px4-alias.sh_in: move to platforms/posix/src/px4-alias.sh_in
This commit is contained in:
@@ -110,6 +110,14 @@ elseif ("${BOARD}" STREQUAL "sitl")
|
||||
|
||||
endif()
|
||||
|
||||
# Module Symlinks
|
||||
px4_posix_generate_symlinks(
|
||||
MODULE_LIST ${module_libraries}
|
||||
PREFIX ${PX4_BASH_PREFIX}
|
||||
TARGET px4
|
||||
)
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# install
|
||||
#
|
||||
@@ -185,10 +193,3 @@ install(
|
||||
)
|
||||
|
||||
|
||||
# symlinks
|
||||
px4_posix_generate_symlinks(
|
||||
MODULE_LIST ${module_libraries}
|
||||
PREFIX ${PX4_BASH_PREFIX}
|
||||
TARGET px4
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user