Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 3993afe

Browse files
committed
fix idk?
1 parent 77adfe5 commit 3993afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ configure_export_env() {
9191
cat << EOF >$BUILD_DIR/.profile.d/001_playwright.sh
9292
export PLAYWRIGHT_BROWSERS_PATH=0
9393
# They are not referenced correctly for ffmpeg
94-
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/app/.apt/usr/lib/x86_64-linux-gnu/pulseaudio/:/app/.apt/lib/x86_64-linux-gnu/"
94+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/app/.apt/usr/lib/x86_64-linux-gnu/pulseaudio/:/app/.apt/lib/x86_64-linux-gnu/
9595
EOF
9696

9797
# Give environment variable to other buildpacks

0 commit comments

Comments
 (0)