Added library path environment variable.

master
Sean McArdle 2018-06-15 07:46:11 -07:00
parent 89074ca417
commit eb4c3f8975
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
<StartAction>Project</StartAction>
<EnvironmentVariables>
<Variable name="DYLD_LIBRARY_PATH" value="./osx/" />
</EnvironmentVariables>
</PropertyGroup>
</Project>