mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-02 13:33:10 +00:00
7 lines
322 B
JSON
7 lines
322 B
JSON
{
|
|
"go.toolsEnvVars": {
|
|
"CGO_CFLAGS": "-I${workspaceFolder}/vendor/nim-codex/library",
|
|
"CGO_LDFLAGS": "-L${workspaceFolder}/vendor/nim-codex/build -Wl,-rpath,${workspaceFolder}/vendor/nim-codex/build",
|
|
"LD_LIBRARY_PATH": "${workspaceFolder}/vendor/nim-codex/build:${env:LD_LIBRARY_PATH}"
|
|
}
|
|
} |