all repos — hastyscribe @ ba3039e4d9087e38c346b98f62f2c7c4e2d0f33d

A professional markdown compiler.

hastyscribe.nimrod.cfg

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
define: "release"

putenv: "LIBRARY_PATH=./vendor:/private/tmp/babel/hastyscribe_head/vendor:/private/tmp/babel/hastyscribe/vendor"

@if macosx:
  passL: "-lmarkdown_osx"
@end

@if windows:
  passL: "-lmarkdown_win"
@end