toolchain

This commit is contained in:
2023-09-06 18:44:38 +02:00
commit f99fc6681a
11 changed files with 392 additions and 0 deletions

6
env.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
if [ -z "$OS2_ROOT" ]; then
echo OS2_ROOT is blank setting default!
export OS2_ROOT=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
fi