From e431d3ca1b1830fdbec32e4572cc3b63a1ce15d9 Mon Sep 17 00:00:00 2001 From: Shawn Erickson Date: Mon, 26 Nov 2018 11:55:19 -0800 Subject: [PATCH] add h18 to list --- bin/steps/libatomic-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/libatomic-install b/bin/steps/libatomic-install index 3581586c..a0eff523 100644 --- a/bin/steps/libatomic-install +++ b/bin/steps/libatomic-install @@ -1,5 +1,5 @@ # Heroku 16 stack is missing `libatomic` from runtime lets copy over -if [ "$STACK" = "heroku-16" ]; then +if [ "$STACK" = "heroku-16" -o "$STACK" = "heroku-18" ]; then cp "/usr/lib/x86_64-linux-gnu/libatomic.so.1" "$BUILD_DIR/.swift-lib" fi