mirror of
https://github.com/Unkn0wnCat/calapi.git
synced 2025-07-31 01:58:19 +02:00
Initial commit
This commit is contained in:
commit
15407746e3
37 changed files with 8525 additions and 0 deletions
5
setupEnv.sh
Executable file
5
setupEnv.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# This is needed to look for libraries in ./lib on compile and
|
||||
# at <executable location>/lib on runtime.
|
||||
export CGO_LDFLAGS="-L./lib -Wl,-rpath,\$ORIGIN/lib"
|
Loading…
Add table
Add a link
Reference in a new issue