Skip to content

Commit a56bcdb

Browse files
committed
Revert "Bit of a WAG to hopefully find libstdc++ during build"
This reverts commit e4b2ccb. https://discord.com/channels/763778740345765900/764131312117743656/1330986352296071270 Discussion with @endill
1 parent 180a477 commit a56bcdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ df -h /
408408
# Setup build directory and build configuration
409409
mkdir -p "${BUILD_DIR}"
410410
cd "${BUILD_DIR}"
411-
export LD_LIBRARY_PATH="/opt/compiler-explorer/gcc-${GCC_VERSION}/lib64"
412411
cmake \
413412
-G "Ninja" "${ROOT}/llvm-project/llvm" \
414413
-DLLVM_ENABLE_PROJECTS="${LLVM_ENABLE_PROJECTS}" \

0 commit comments

Comments
 (0)