Skip to content

Commit 8a36a16

Browse files
authored
flambda-backend: Fix to allow stage 2 builds in Flambda 2 -Oclassic mode (#442)
1 parent d828db6 commit 8a36a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143

144144
(rule
145145
(targets runtime_native.ml)
146-
(action (write-file %{targets} "let linkme = ()")))
146+
(action (write-file %{targets} "")))
147147

148148
(install
149149
(files

0 commit comments

Comments
 (0)