Merge pull request #57023 from alyssais/crystal

crystal: fix build on Darwin
This commit is contained in:
Jörg Thalheim 2019-03-08 11:18:31 +00:00 committed by GitHub
commit 65b402ed67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,7 @@ let
FLAGS = [
"--release"
"--no-debug"
"--single-module" # needed for deterministic builds
];