crystal: fix build on Darwin

This commit is contained in:
Alyssa Ross 2019-03-07 13:35:03 +00:00
parent 2a6f518b90
commit 5b52e90e4a
No known key found for this signature in database
GPG key ID: C4844408C0657052

View file

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