This commit is contained in:
George Thomas 2026-04-13 23:23:09 +01:00
parent 57518cc3dc
commit e2854bd486

View File

@ -29,11 +29,10 @@ import HsBindgen.TH
import Language.Haskell.TH
import System.Process
do
withHsBindgen
def
{ clang = def{extraIncludeDirs = [Pkg "rust/target/debug"]}
, fieldNamingStrategy = OmitFieldPrefixes
}
def
$ hashInclude "garnet_rs.h"
withHsBindgen
def
{ clang = def{extraIncludeDirs = [Pkg "rust/target/debug"]}
, fieldNamingStrategy = OmitFieldPrefixes
}
def
$ hashInclude "garnet_rs.h"