mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-28 16:17:51 +01:00
8 lines
164 B
Bash
8 lines
164 B
Bash
#!/bin/bash
|
|
|
|
# FIXME:
|
|
export PREFIX="/Users/stepus53/projects/ficus/toolchain/gcc-x86_64-ficus-prefix/"
|
|
export TARGET=x86_64-ficus
|
|
export PATH="$PREFIX/bin:$PATH"
|
|
|