mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-15 10:48:04 +00:00
5 lines
216 B
Bash
5 lines
216 B
Bash
#!/usr/bin/bash
|
|
REPO_ROOT=$(realpath $(dirname $(dirname $0)))
|
|
|
|
# Generate odin bindings
|
|
python $REPO_ROOT/generator/cli.py $REPO_ROOT/clay.h --output-dir $REPO_ROOT/bindings/odin/clay-odin --generator odin --verbose |