dashpay / bls-signatures

BLS signatures in C++, using the relic toolkit
Apache License 2.0
10 stars 34 forks source link

go-bindings|github: Drop relative paths in LDFLAGS and CXXFLAGS + Adjust include paths #10

Closed xdustinface closed 3 years ago

xdustinface commented 3 years ago

They are not required if the BLS library is installed but instead they just lead to unexpected behaviour in some cases where the bindings are used out of the repo's folder structure or if the library in there hasn't been compiled (which IMO shouldn't be an precondition to only use the bindings?).

UdjinM6 commented 3 years ago

Just merged #9. Please rebase to trigger go bindings tests.

UdjinM6 commented 3 years ago

Guess we are missing make install in Build src step for this to work correctly.