[chronojump] Adds LD_LIBRARY_PATH in the Monodevelop project.
- From: Carles Pina i Estany <carlespina src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Adds LD_LIBRARY_PATH in the Monodevelop project.
- Date: Mon, 17 Oct 2016 10:33:34 +0000 (UTC)
commit f9efa3c5d2d341dddd468c7987f6d83ef8050111
Author: Carles Pina i Estany <carles pina cat>
Date: Mon Oct 17 12:32:40 2016 +0200
Adds LD_LIBRARY_PATH in the Monodevelop project.
Previously this variable had to be set from outside Monodevelop to allow
Chronojump executd from Monodevelop to be ran. Now Monodevelop sets it
so it's not needed to set it from outside.
chronojump.csproj | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/chronojump.csproj b/chronojump.csproj
index 2dd1909..0525028 100644
--- a/chronojump.csproj
+++ b/chronojump.csproj
@@ -25,6 +25,11 @@
<LangVersion>4</LangVersion>
<PlatformTarget>x86</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <EnvironmentVariables>
+ <EnvironmentVariables>
+ <Variable name="LD_LIBRARY_PATH" value="/usr/local/lib/chronojump" />
+ </EnvironmentVariables>
+ </EnvironmentVariables>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>full</DebugType>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]