Skip to content

Commit 884b8bc

Browse files
committed
fix build for Mono with nant
1 parent 5f57a54 commit 884b8bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SharpZlib.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
</target>
128128

129129
<target name="build-mono-2.0" >
130-
<fail message="Dont know how to build for Mono 2.0." />
130+
<call target="build-net-2.0" />
131131
</target>
132132

133133
<target name="build-samples" >

0 commit comments

Comments
 (0)