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