Skip to content

GCC rez package

GCC

Tested on gcc 6.5.0 on Centos 7

python
def commands():
    env.PATH.prepend("{root}/bin")

    # For GCC and GLIBCXX libs
    env.LD_LIBRARY_PATH.prepend("{root}/lib64")