mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
Make OSX build in debug configuration for now and also copy HISTORY.txt to the
package.
This commit is contained in:
parent
76b833e409
commit
863db897e6
@ -13,7 +13,7 @@ osx_package: gcs package_flight
|
||||
)
|
||||
|
||||
gcs: uavobjects
|
||||
$(V1) $(MAKE) -C $(ROOT_DIR) GCS_BUILD_CONF=release $@
|
||||
$(V1) $(MAKE) -C $(ROOT_DIR) $@
|
||||
|
||||
ground_package: | osx_package
|
||||
|
||||
|
@ -23,6 +23,8 @@ cp -r "${APP_PATH}" "/Volumes/${VOL_NAME}"
|
||||
#cp -r "${FW_DIR}" "/Volumes/${VOL_NAME}/firmware"
|
||||
cp "${FW_DIR}/fw_coptercontrol-${PACKAGE_LBL}.opfw" "/Volumes/${VOL_NAME}/firmware"
|
||||
|
||||
cp "${ROOT_DIR}/HISTORY.txt" "/Volumes/${VOL_NAME}"
|
||||
|
||||
"${ROOT_DIR}/package/osx/libraries" \
|
||||
"/Volumes/${VOL_NAME}/OpenPilot GCS.app" || exit 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user