Skip to content

Commit

Permalink
Revert "Bit of a WAG to hopefully find libstdc++ during build"
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Jan 20, 2025
1 parent 180a477 commit a56bcdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ df -h /
# Setup build directory and build configuration
mkdir -p "${BUILD_DIR}"
cd "${BUILD_DIR}"
export LD_LIBRARY_PATH="/opt/compiler-explorer/gcc-${GCC_VERSION}/lib64"
cmake \
-G "Ninja" "${ROOT}/llvm-project/llvm" \
-DLLVM_ENABLE_PROJECTS="${LLVM_ENABLE_PROJECTS}" \
Expand Down

0 comments on commit a56bcdb

Please sign in to comment.