Explorar o código

Adding bash_profile to nancy

Hamilton Turner %!s(int64=10) %!d(string=hai) anos
pai
achega
12cf47f058
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      frameworks/C#/nancy/bash_profile.sh

+ 8 - 0
frameworks/C#/nancy/bash_profile.sh

@@ -0,0 +1,8 @@
+#!/bin/bash
+
+export MONO_ROOT=${IROOT}/mono-3.6.0-install
+
+export PATH="$MONO_ROOT/bin:$PATH"
+
+# Needed to find Mono's shared libraries
+export LD_LIBRARY_PATH="$MONO_ROOT/lib"