We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94f793 commit 19851adCopy full SHA for 19851ad
bin/compile
@@ -35,7 +35,6 @@ install_system_deps() {
35
libnspr4
36
libnss3
37
libxss1
38
-libasound2
39
fonts-noto-color-emoji
40
libgbm1
41
libatk-bridge2.0-0
@@ -44,6 +43,17 @@ libxrandr2
44
43
libatspi2.0-0
45
libxshmfence-dev
46
EOF
+
47
+ # If stack is heroku-24, install libasound2t64
48
+ if [[ "$STACK" == "heroku-24" ]]; then
49
+ cat << EOF >>$build_tmpdir/Aptfile
50
+libasound2t64
51
+EOF
52
+ else
53
54
+libasound2
55
56
+ fi
57
fi
58
59
if [[ "$SUPPORTED_BROWSERS" == *"firefox"* ]]; then
0 commit comments