mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Intermediate step to X32/X86
This commit is contained in:
parent
172bd13037
commit
8a4ff68165
3 changed files with 5 additions and 4 deletions
5
src/dune
5
src/dune
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
(library
|
||||
(name liba)
|
||||
(modules Language Pprinter stdpath version X86_64 SM Options)
|
||||
(modules Language Pprinter stdpath version X86_32 X86_64 SM Options)
|
||||
(libraries GT ostap posix-uname)
|
||||
(flags
|
||||
(:standard
|
||||
|
|
@ -59,11 +59,12 @@
|
|||
(per_module
|
||||
((pps GT.ppx_all)
|
||||
SM
|
||||
X86)
|
||||
X86_64)
|
||||
((action
|
||||
(run %{project_root}/src/pp5+gt+plugins+ostap+dump.byte %{input-file}))
|
||||
Language
|
||||
Pprinter
|
||||
X86_32
|
||||
stdpath
|
||||
version)))
|
||||
(preprocessor_deps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue