mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-07 04:16:26 +02:00
7 lines
216 B
Bash
7 lines
216 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Put 'export' statements here for environment variables
|
|
#export PATH=$PWD/bin:$PATH
|
|
export PATH=/opt/gcc-fsf-gnat/bin:$PATH
|
|
export LD_LIBRARY_PATH=/opt/gcc-fsf-gnat/lib64:/opt/gcc-fsf-gnat/lib
|
|
|