mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-10 18:03:08 +00:00
changing structure
This commit is contained in:
parent
927f1ebef6
commit
b431ef5d2f
@ -1,10 +1,10 @@
|
||||
package wakuv2
|
||||
|
||||
/*
|
||||
#cgo LDFLAGS: -L./third_party/nwaku/build/ -lnegentropy -lwaku
|
||||
#cgo LDFLAGS: -L./third_party/nwaku -Wl,-rpath,../third_party/nwaku/build/
|
||||
#cgo LDFLAGS: -L../third_party/nwaku/build/ -lnegentropy -lwaku
|
||||
#cgo LDFLAGS: -L../third_party/nwaku -Wl,-rpath,../third_party/nwaku/build/
|
||||
|
||||
#include "./third_party/nwaku/library/libwaku.h"
|
||||
#include "../third_party/nwaku/library/libwaku.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user