We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b77bc commit 876c8d7Copy full SHA for 876c8d7
Clojure/build.proj
@@ -30,7 +30,7 @@
30
31
<Target Name="Build">
32
<MSBuild Projects="ClojureCLR.sln"
33
- Properties="Runtime=$(Runtime)"/>
+ Properties="Runtime=$(Runtime);PlatformSym=$(PlatformSym)"/>
34
</Target>
35
36
<Target Name="CompileTest" DependsOnTargets="Build">
0 commit comments