We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153de5e commit 447da7dCopy full SHA for 447da7d
src/runtime/Python.Runtime.15.csproj
@@ -40,6 +40,7 @@
40
<PythonWinDefineConstants Condition="'$(PythonWinDefineConstants)'==''">UCS2</PythonWinDefineConstants>
41
<PythonMonoDefineConstants>$(PYTHONNET_MONO_DEFINE_CONSTANTS)</PythonMonoDefineConstants>
42
<PythonMonoDefineConstants Condition="'$(PythonMonoDefineConstants)'==''">UCS4;MONO_LINUX;PYTHON_WITH_PYMALLOC</PythonMonoDefineConstants>
43
+ <PythonInteropFile Condition="'$(PythonInteropFile)'==''">$(PYTHONNET_INTEROP_FILE)</PythonInteropFile>
44
</PropertyGroup>
45
46
<PropertyGroup Condition=" '$(Configuration)' == 'ReleaseMono'">
0 commit comments