Skip to content

Commit

Permalink
Merge pull request #59 from abrock/patch-1
Browse files Browse the repository at this point in the history
Update build.xml to set classpath for "compile-native"
  • Loading branch information
rangadi committed Jan 25, 2013
2 parents cc0cdbd + 38823ca commit 1892f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
verbose="yes">
<class name="com.hadoop.compression.lzo.LzoCompressor" />
<class name="com.hadoop.compression.lzo.LzoDecompressor" />
<classpath refid="classpath"/>
</javah>

<exec dir="${build.native}" executable="sh" failonerror="true">
Expand Down

0 comments on commit 1892f80

Please sign in to comment.