Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ensure that ${DERIVED_FILE_DIR} is created before writing out xhyve-v…
…ersion.h

This was causing issues with builds in MacPorts.

Fixes https://trac.macports.org/ticket/57674

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
  • Loading branch information
jeremyhu committed Nov 26, 2018
1 parent 9ea6650 commit e924fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xcscripts/version.sh
Expand Up @@ -8,4 +8,5 @@ else
VERSION="v${CURRENT_PROJECT_VERSION}"
fi

mkdir -p "${DERIVED_FILE_DIR}"
echo "#define VERSION \"${VERSION}\"" > "${DERIVED_FILE_DIR}/xhyve-version.h"

0 comments on commit e924fb8

Please sign in to comment.