Skip to content

Commit

Permalink
ant build: Do not preprocess stdlib source for JVM, only for JS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-g committed Sep 25, 2015
1 parent 12d2186 commit 947b8ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -766,10 +766,9 @@
</target>

<target name="stdlib">
<kotlin-pp src="libraries/stdlib/src" output="${intermediate-sources}/stdlib/jvm6" profile="JVM6" />
<new-kotlinc output="${output}/classes/stdlib" moduleName="kotlin-stdlib" additionalOptions="-Xmultifile-package-facades">
<src>
<include name="${intermediate-sources}/stdlib/jvm6"/>
<include name="libraries/stdlib/src"/>
</src>
<class-path>
<pathelement path="${output}/classes/builtins"/>
Expand Down

0 comments on commit 947b8ac

Please sign in to comment.