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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Weinfurt <tweinfurt@yahoo.com>2020-03-31 23:36:32 +0300
committerGitHub <noreply@github.com>2020-03-31 23:36:32 +0300
commit595a95c05bc1c636f73be61cc5aa7807ca54cc75 (patch)
tree4b0e062a6af0f2e3c5fd521dda1016376fe97a85 /src/coreclr/crossgen-corelib.proj
parent45b209549d50923ddb2c5d2f986b4aedc7eca140 (diff)
add support for FreeBSD cross-compilation (#34000)
* add support for FreeBSD cross-compilation * feedback from review * update detection * add openssl to docs * feedback from reviews * feedback from reviews * final cleanup * feedback from reviews * simplify detection of route.h * correct __CrossBuild detection * use TargetOS for installer
Diffstat (limited to 'src/coreclr/crossgen-corelib.proj')
-rw-r--r--src/coreclr/crossgen-corelib.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coreclr/crossgen-corelib.proj b/src/coreclr/crossgen-corelib.proj
index 08e7e52b120..6551f5db6ba 100644
--- a/src/coreclr/crossgen-corelib.proj
+++ b/src/coreclr/crossgen-corelib.proj
@@ -6,6 +6,7 @@
<ItemGroup>
<_CoreClrBuildArg Condition="'$(TargetArchitecture)' != ''" Include="-$(TargetArchitecture)" />
<_CoreClrBuildArg Include="-$(Configuration.ToLower())" />
+ <_CoreClrBuildArg Include="-os $(TargetOS)" />
</ItemGroup>
<PropertyGroup>