diff --git a/byterun/dune b/byterun/dune index f5977e598..e7ffb26a9 100644 --- a/byterun/dune +++ b/byterun/dune @@ -2,7 +2,8 @@ (target byterun.exe) (deps (:main byterun.c) - (:runtime ../runtime/runtime.a)) + (:runtime ../runtime/runtime.a) + mac-specific-flags.txt) (mode (promote (until-clean))) (action