Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Apr 9, 2024
1 parent c67adf1 commit 05b932b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export async function installCompiler(range: string): Promise<string> {

const proxy_script = `
#!/bin/bash
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${cache}
${pathJoin(cache, 'amxxpc_original')} -i${pathJoin(cache, 'include')} $@
`;
Expand All @@ -51,6 +50,7 @@ export async function installCompiler(range: string): Promise<string> {
addPath(cache);
exportVariable('scriptingPath', pathJoin(cache));
exportVariable('includePath', pathJoin(cache, 'include'));
exportVariable('LD_LIBRARY_PATH', cache);

return version;
}
Expand Down

0 comments on commit 05b932b

Please sign in to comment.