按提示词结论补 flags helper 源依据锁

This commit is contained in:
cnc
2026-06-02 14:02:36 +08:00
parent ce0605d20d
commit dda5b4973e
5 changed files with 14 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ set -euo pipefail
cd "$(dirname "$0")"
# LinuxCNC source basis: native source-link probes link against the built
# LinuxCNC lib directory required by src/emc/rs274ngc/Submakefile, including
# librs274 dependencies on linuxcncini, pyplugin, linuxcnchal, and tooldata.
linuxcnc_root=${LINUXCNC_ROOT:-../linuxcnc}
preflight_cache_dir=${CNC_SIM_PREFLIGHT_CACHE_DIR:-build/linuxcnc-helper-preflight-cache}