Skip to content
Snippets Groups Projects
Commit 42b05e9b authored by sheaf's avatar sheaf Committed by Marge Bot
Browse files

RTS: declare setKeepCAFs symbol

Commit 08ba8720 failed to declare the dependency of keepCAFsForGHCi on
the symbol setKeepCAFs in the RTS, which led to undefined symbol errors
on Windows, as exhibited by the testcase frontend001.

Thanks to Moritz Angermann and Ryan Scott for the diagnosis and fix.

Fixes #22961
parent b91bbc2b
No related branches found
No related tags found
No related merge requests found
......@@ -946,6 +946,7 @@ extern char **environ;
SymI_HasProto(arenaAlloc) \
SymI_HasProto(arenaFree) \
SymI_HasProto(rts_clearMemory) \
SymI_HasProto(setKeepCAFs) \
RTS_USER_SIGNALS_SYMBOLS \
RTS_INTCHAR_SYMBOLS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment