按提示词结论补源链接脚本依据锁
This commit is contained in:
@@ -3,6 +3,10 @@ set -euo pipefail
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
# LinuxCNC source basis: native bridge object caches compile only project
|
||||
# canon/kinematics bridge sources that wrap LinuxCNC src/emc/nml_intf/canon.hh
|
||||
# and src/emc/kinematics implementations; G-code behavior remains in
|
||||
# LinuxCNC RS274 objects linked by the caller.
|
||||
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