按提示词结论补源链接脚本依据锁

This commit is contained in:
cnc
2026-06-02 14:19:08 +08:00
parent 303b6bfa36
commit 4780dd8621
15 changed files with 60 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ set -euo pipefail
cd "$(dirname "$0")"
# LinuxCNC source basis: the native RS274 smoke exercises the LinuxCNC-backed
# rs274 dump bridge built from project adapters and LinuxCNC RS274 headers;
# interpreter behavior is provided by LinuxCNC source-linked objects.
linuxcnc_root=${LINUXCNC_ROOT:-../linuxcnc}
cxx=${CXX:-g++}
if [[ -z ${CXX:-} ]] && command -v ccache >/dev/null 2>&1; then