From 36642888ba6e52103363fa38d4f0de359996815e Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Tue, 9 Apr 2024 09:43:48 +0300 Subject: [PATCH] asd --- src/installer.ts | 1 + 1 file changed, 1 insertion(+) 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')} $@ `;