Fix build on Mac

This commit is contained in:
Cooper Dalrymple
2026-06-18 10:15:27 -05:00
parent 0a5b751d12
commit 539cd7b614
+6 -6
View File
@@ -13,12 +13,12 @@ dir:
mkdir ./$(PACKAGE)
copy:
cp -RT ./acf-json ./$(PACKAGE)/acf-json
cp -RT ./data ./$(PACKAGE)/data
cp -RT ./includes ./$(PACKAGE)/includes
cp -RT ./lang ./$(PACKAGE)/lang || true
cp -RT ./lib ./$(PACKAGE)/lib
cp -RT ./vendor ./$(PACKAGE)/vendor
cp -R ./acf-json ./$(PACKAGE)/acf-json
cp -R ./data ./$(PACKAGE)/data
cp -R ./includes ./$(PACKAGE)/includes
cp -R ./lang ./$(PACKAGE)/lang || true
cp -R ./lib ./$(PACKAGE)/lib
cp -R ./vendor ./$(PACKAGE)/vendor
cp -f ./* ./$(PACKAGE) || true
rm ./$(PACKAGE)/composer.json