all repos — hastyscribe @ a40f4324085a52f4fa5f6740bcadc98d9322a441

A professional markdown compiler.

Fixed LIBRARY_PATH setting

It should work at least on unix-like systems.
h3rald h3rald@h3rald.com
Sun, 27 Jul 2014 17:47:34 +0200
commit

a40f4324085a52f4fa5f6740bcadc98d9322a441

parent

79203e50b32acadcb2d135b371ea6e57e70ece5a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M hastyscribe.nimrod.cfghastyscribe.nimrod.cfg

@@ -1,6 +1,6 @@

define: "release" -passL: "-L./vendor" +putenv: "LIBRARY_PATH=./vendor:/private/tmp/babel/hastyscribe_head/vendor:/private/tmp/babel/hastyscribe/vendor" @if macosx: passL: "-lmarkdown_osx"