gaphor/macos-dmg/package-local.sh
2020-06-23 16:06:46 +02:00

13 lines
350 B
Bash
Executable File

#!/bin/bash
#
# This wrapper for the package script contains some
# env vars, so it can build Gaphor with Python 3.8.
#
# It is intended to run from a local Mac, not CI.
#
export PATH="/usr/local/opt/python@3.8/bin:$PATH"
export LDFLAGS="-L/usr/local/opt/python@3.8/lib"
export PKG_CONFIG_PATH="/usr/local/opt/python@3.8/lib/pkgconfig"
./package.sh