Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hays <ianha@microsoft.com>2017-07-06 23:47:33 +0300
committerIan Hays <ianha@microsoft.com>2017-07-06 23:47:33 +0300
commit2435d1d578e20cbe796673808ba47c3be439f2b8 (patch)
tree5c014f27cdf580e63ecab861af8469af9dceacad /pkg/frameworkPackage.targets
parent0a8d3bec34f98d95d8fce59f2c1df68c85855d09 (diff)
Update to shorter form clrcompression uap package
Diffstat (limited to 'pkg/frameworkPackage.targets')
-rw-r--r--pkg/frameworkPackage.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/frameworkPackage.targets b/pkg/frameworkPackage.targets
index 9ad67dee47..9c45b37ea6 100644
--- a/pkg/frameworkPackage.targets
+++ b/pkg/frameworkPackage.targets
@@ -17,7 +17,7 @@
<LibFileTargetPath Condition="'$(LibFileTargetPath)' == '' AND '$(PackageTargetRuntime)' != ''">runtimes/$(PackageTargetRuntime)/lib/$(TargetFramework)</LibFileTargetPath>
<NativeFileTargetPath Condition="'$(NativeFileTargetPath)' == '' AND '$(PackageTargetRuntime)' != ''">runtimes/$(PackageTargetRuntime)/native</NativeFileTargetPath>
- <NativeBinDir Condition="'$(PackageTargetRuntime)' != '' AND $(PackageTargetRuntime.EndsWith('aot'))">$(NativeBinDir)_aot</NativeBinDir>
+ <NativeBinDir Condition="'$(PackageTargetRuntimeSuffix)' == 'aot'">$(NativeBinDir)_aot</NativeBinDir>
</PropertyGroup>
<!-- Bring in ref content from binplaced ref props -->