按提示词结论补 wasm 探针源码依据锁
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user