mirror of
https://github.com/Unkn0wnCat/calapi.git
synced 2025-04-28 17:46:19 +02:00
5 lines
No EOL
181 B
Bash
Executable file
5 lines
No EOL
181 B
Bash
Executable file
#!/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" |