This commit is contained in:
George Thomas 2026-04-13 23:23:09 +01:00
parent 1546ee152c
commit 7c011719aa

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"