opensc/MacOSX/build

8 lines
197 B
Bash
Executable File

#!/bin/bash
set -ex
# generate configure
test -x ./configure || ./bootstrap
# configure once to set the version in build script
./configure
# build and package installer
bash ./MacOSX/build-package