piston/packages/ponylang/0.39.0/environment
2021-03-28 06:39:24 +05:30

5 lines
No EOL
130 B
Bash

#!/usr/bin/env bash
# Put 'export' statements here for environment variables
export PATH=$PWD/bin:$PATH
export LLVM_DIR=$PWD/llvm