brintos

brintos / llvm-project-archived public Read only

0
0
Text · 183 B · e71bc06 Raw
8 lines · plain
1#!/bin/sh2if [ "$(uname)" = "Darwin" ] ; then3    export DYLD_LIBRARY_PATH=.:../..  # for macOS4else5    export LD_LIBRARY_PATH=.:../..    # for everyone else6fi7python runtest.py $@8