diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,9 +13,12 @@ # scripts for editing go here PATH_add $BIZ_ROOT/Biz/Ide # -# bild outputs go here +# executable bild outputs go here PATH_add $BIZ_ROOT/_/bin # +# library/linkable bild outputs go here + export LTDL_LIBRARY_PATH=$BIZ_ROOT/_/lib +# # Biz/Dragons.hs: export GITHUB_CLIENT_ID=aa575dc96263bc99556d export GITHUB_CLIENT_STATE=$(cat /proc/sys/kernel/random/uuid) |