diff --git a/src/installer.ts b/src/installer.ts index 6217592..ff13ce2 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -38,6 +38,7 @@ export async function installCompiler(range: string): Promise { const proxy_script = ` #!/bin/bash + export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ${pathJoin(cache, 'amxxpc_original')} -i${pathJoin(cache, 'include')} $@ `;