diff options
Diffstat (limited to 'clr.defines.targets')
-rw-r--r-- | clr.defines.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clr.defines.targets b/clr.defines.targets index b0c5c51b94..0a64d551be 100644 --- a/clr.defines.targets +++ b/clr.defines.targets @@ -219,6 +219,6 @@ <DefineConstants Condition="'$(FeatureWinDbAppCompat)' == 'true'">$(DefineConstants);FEATURE_WIN_DB_APPCOMPAT</DefineConstants> <DefineConstants Condition="'$(FeatureReadyToRun)' == 'true'">$(DefineConstants);FEATURE_READYTORUN</DefineConstants> - <DefineConstants Condition="'$(OS)' == 'Unix'">$(DefineConstants);PLATFORM_UNIX</DefineConstants> + <DefineConstants Condition="'$(TargetsUnix)' == 'true'">$(DefineConstants);PLATFORM_UNIX</DefineConstants> </PropertyGroup> </Project> |