diff options
author | Sam Bingner <sam@bingner.com> | 2019-05-17 17:16:09 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-17 17:16:09 -1000 |
commit | b3d0160fb6bcf2b9429907cd6273578f624182ea (patch) | |
tree | 8b3a015912b9f819a56ea04cbdf2538b49e87fb4 /make.sh | |
parent | ee89492de4409b2244c9d13dc317dd7f757a4501 (diff) |
Build system updates
Diffstat (limited to 'make.sh')
-rwxr-xr-x | make.sh | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -17,11 +17,7 @@ if [[ ! -x ${PKG_BASE}/util/arid || ${PKG_BASE}/util/arid -ot ${PKG_BASE}/util/a g++ -I ~/menes -o "${PKG_BASE}"/util/arid{,.cpp} fi -if [[ ! -x ${PKG_BASE}/util/ldid || ${PKG_BASE}/util/ldid -ot ${PKG_BASE}/util/ldid.cpp ]]; then - g++ -I ~/menes -o "${PKG_BASE}"/util/ldid{,.cpp} -x c "${PKG_BASE}"/util/{lookup2,sha1}.c -fi - -export CODESIGN_ALLOCATE=$(which codesign_allocate) +export CODESIGN_ALLOCATE="$(which codesign_allocate)" for DEP_NAME in "${PKG_DEPS[@]}"; do "${PKG_MAKE}" "${DEP_NAME}" |