mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
Allow explicit fallback to bytecode for cpp
Relax the requirements for the cpp preprocessor, to fall back on the bytecode version when the native version is not available. Otherwise the build fails on bytecode-only architectures.
This commit is contained in:
parent
d4e582e829
commit
5d3768b5a2
1 changed files with 1 additions and 1 deletions
|
|
@ -3,5 +3,5 @@
|
||||||
(executable
|
(executable
|
||||||
(name cpp)
|
(name cpp)
|
||||||
(flags :standard -warn-error -a+8)
|
(flags :standard -warn-error -a+8)
|
||||||
(modes native)
|
(modes (best exe))
|
||||||
(libraries dune.configurator))
|
(libraries dune.configurator))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue