Skip to content
Snippets Groups Projects
Commit 48badcd5 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Replace `LANGUAGE CPP` with two platform-specific source files

`LANGUAGE CPP` works but comes with some downsides (surprising source
rewriting, more recompilations).  We can avoid them by having cabal deal with
the platform differences instead.
parent 47c30744
Branches
Tags
1 merge request!12Replace `LANGUAGE CPP` with two platform-specific source files
Pipeline #3438 passed