1
0
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:
James Cotton 2011-08-04 15:25:11 -05:00
parent 76b833e409
commit 863db897e6
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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