按提示词结论补源链接脚本依据锁
This commit is contained in:
@@ -3,6 +3,9 @@ set -euo pipefail
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
# LinuxCNC source basis: the wasm syntax probe compiles the
|
||||
# linuxcnc-rs274-wasm-source-files.txt core entries with wasm-safe flags to
|
||||
# catch browser-hostile LinuxCNC dependencies before link-time shimming.
|
||||
linuxcnc_root=${LINUXCNC_ROOT:-../linuxcnc}
|
||||
manifest=${1:-linuxcnc-rs274-wasm-source-files.txt}
|
||||
cxx=${CXX:-g++}
|
||||
|
||||
Reference in New Issue
Block a user