From b3d0160fb6bcf2b9429907cd6273578f624182ea Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Fri, 17 May 2019 17:16:09 -1000 Subject: Build system updates --- make.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'make.sh') diff --git a/make.sh b/make.sh index 07d2bed4d..969d5b838 100755 --- a/make.sh +++ b/make.sh @@ -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}" -- cgit v1.2.3