opensc/MacOSX/build

9 lines
201 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 $@