mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-07 16:03:06 +00:00
Add stdbool in bridge def
This commit is contained in:
parent
fc5a2f0bdf
commit
c5b302f5cf
@ -4,8 +4,9 @@ package codex
|
|||||||
#cgo LDFLAGS: -L../vendor/nim-codex/build/ -lcodex
|
#cgo LDFLAGS: -L../vendor/nim-codex/build/ -lcodex
|
||||||
#cgo LDFLAGS: -L../vendor/nim-codex/ -Wl,-rpath,../vendor/nim-codex/build
|
#cgo LDFLAGS: -L../vendor/nim-codex/ -Wl,-rpath,../vendor/nim-codex/build
|
||||||
|
|
||||||
#include "../vendor/nim-codex/library/libcodex.h"
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
#include "../vendor/nim-codex/library/libcodex.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int ret;
|
int ret;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user