Skip to content

Commit

Permalink
Merge pull request #28 from romand-ironio/master
Browse files Browse the repository at this point in the history
providing binary libraries from worker dir
  • Loading branch information
romand-ironio committed Apr 13, 2012
2 parents c990265 + 20635f9 commit baffe1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iron_worker_ng/code/binary.rb
Expand Up @@ -24,7 +24,7 @@ def create_runner(zip)
chmod +x #{File.basename(worker.path)}
./#{File.basename(worker.path)} "$@"
LD_LIBRARY_PATH=. ./#{File.basename(worker.path)} "$@"
RUNNER
end
end
Expand Down

0 comments on commit baffe1c

Please sign in to comment.