changing structure

This commit is contained in:
Gabriel mermelstein 2024-11-28 15:49:05 +02:00
parent 927f1ebef6
commit b431ef5d2f
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D
3 changed files with 3 additions and 3 deletions

View File

@ -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>