Skip to content

Commit

Permalink
Merge pull request #210 from NERSC/dev
Browse files Browse the repository at this point in the history
add flag to always install the gcc wrapper, this is important to allo…
  • Loading branch information
dmjacobsen authored Mar 31, 2018
2 parents df267a8 + 66185c5 commit 0d02271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/build_ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fi
mkdir -p musl
tar xf "musl-${MUSL_VERSION}.tar.gz" -C musl --strip-components=1
cd musl
./configure "--prefix=${SPRT_PREFIX}" --enable-static --disable-shared
./configure "--prefix=${SPRT_PREFIX}" --enable-static --disable-shared --enable-gcc-wrapper
make
make install
cd "${builddir}"
Expand Down

0 comments on commit 0d02271

Please sign in to comment.