try the model-baked-in-cli-version

This commit is contained in:
Bel LaPointe
2023-12-19 22:24:55 -05:00
parent 80088bc245
commit d3e3e2ec67
4 changed files with 1445 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#! /bin/bash
#RUSTFLAGS="-Clink-args=-lstd++" \
export C_INCLUDE_PATH="$C_INCLUDE_PATH:$PWD/.."
export LIBRARY_PATH="$LIBRARY_PATH:$PWD/.."
cargo "$@"