3 lines
101 B
Bash
3 lines
101 B
Bash
#!/bin/bash
|
|
echo "Building DarkHal 2.0 for Linux ARM64..."
|
|
python3 build_all_platforms.py linux-arm64 |