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

View File

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