按提示词结论补 wasm 探针源码依据锁

This commit is contained in:
cnc
2026-06-02 13:00:01 +08:00
parent 154fc7578a
commit 303b7f7a72
4 changed files with 12 additions and 0 deletions

View File

@@ -3,6 +3,10 @@ set -euo pipefail
cd "$(dirname "$0")"
# LinuxCNC source basis: this probe derives required Python C API exports from
# RS274 Python/remap sources in src/emc/rs274ngc, including
# interp_namedparams.cc, interp_o_word.cc, interp_python.cc, interp_remap.cc,
# rs274ngc_pre.cc, and the py*/module binding sources.
linuxcnc_root=${LINUXCNC_ROOT:-../linuxcnc}
cxx=${CXX:-g++}
if [[ -z ${CXX:-} ]] && command -v ccache >/dev/null 2>&1; then