mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Move gyb to buildscripts. Delete Vendor folder.
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
find "${PROJECT_DIR}" -name '*.gyb' |
|
||||
while read file; do
|
||||
echo "Generating ${file%.gyb}";
|
||||
"${PROJECT_DIR}/Vendor/gyb" --line-directive '' -o "${file%.gyb}" "$file";
|
||||
"${PROJECT_DIR}/buildscripts/gyb" --line-directive '' -o "${file%.gyb}" "$file";
|
||||
done
|
||||
Reference in New Issue
Block a user