Fix publish more.

This commit is contained in:
Brad Nelson
2024-01-01 22:15:15 -08:00
parent a6c6b8d25f
commit f70f802a75
3 changed files with 16 additions and 15 deletions

View File

@ -268,7 +268,7 @@ rule forth_test
rule publish
description = PUBLISH $pubpath
command = $src/tools/publish.py --src $in --dst $pubpath \
command = $src/tools/publish.py --src $in --dst "$pubpath" \
-DVERSION=$VERSION \
-DSTABLE_VERSION=$STABLE_VERSION \
-DOLD_STABLE_VERSION=$OLD_STABLE_VERSION \