summaryrefslogtreecommitdiff
path: root/src/jit/crossgen
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/crossgen')
-rw-r--r--src/jit/crossgen/jit_crossgen.nativeproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/jit/crossgen/jit_crossgen.nativeproj b/src/jit/crossgen/jit_crossgen.nativeproj
index f8552dc2f5..2eaf11857f 100644
--- a/src/jit/crossgen/jit_crossgen.nativeproj
+++ b/src/jit/crossgen/jit_crossgen.nativeproj
@@ -10,9 +10,6 @@
<OutputName>jit_crossgen</OutputName>
<FeatureMergeJitAndEngine>true</FeatureMergeJitAndEngine>
<TargetType>LIBRARY</TargetType>
-
- <ClDefines Condition="'$(BuildArchitecture)' == 'i386'">$(ClDefines);LEGACY_BACKEND</ClDefines>
- <ClDefines Condition="'$(BuildArchitecture)' == 'arm'">$(ClDefines);LEGACY_BACKEND</ClDefines>
</PropertyGroup>
<Import Project="..\jit.settings.targets" />