Skip to content

Commit

Permalink
Removed exported ENVs from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Nov 4, 2024
1 parent 51b0625 commit fae78ae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pink/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ set -e
PINK_PATH=$PWD
SLASH_PATH=$PINK_PATH/third/slash
cd $SLASH_PATH/slash && make
UNAME_S=`uname -s`
if test "x$UNAME_S" = "xDarwin" ; then
export C_INCLUDE_PATH=/opt/homebrew_include
export CPLUS_INCLUDE_PATH=/opt/homebrew/include
fi

# Compile pink
cd $PINK_PATH
make SLASH_PATH=$SLASH_PATH
SLASH_PATH=$SLASH_PATH make

0 comments on commit fae78ae

Please sign in to comment.