Skip to content

Commit

Permalink
Code optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Nov 12, 2024
1 parent 5c4cffd commit 77565b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/setup_hashlink.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/setup.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class Setup
]

await run command, maxBuffer: 10 * 1024 * 1024 for command from commands
libPath = (env.LD_LIBRARY_PATH ? "").trim()
libPath = (env.LD_LIBRARY_PATH or "").trim()
prefix = "/usr/local"
exportVariable "LD_LIBRARY_PATH", if libPath then "#{prefix}/bin:#{libPath}" else "#{prefix}/bin"
prefix
Expand Down

0 comments on commit 77565b7

Please sign in to comment.