Fix hadoop-hdfs-native-client compilation on Windows. Contributed by Brahma Reddy Battula.

This commit is contained in:
Andrew Wang 2016-05-02 18:15:51 -07:00
parent 9e8411d0a6
commit 3ff0510ffd
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
</exec>
<!-- Copy for inclusion in distribution. -->
<copy todir="${project.build.directory}/bin">
<fileset dir="${project.build.directory}/native/target/bin/RelWithDebInfo"/>
<fileset dir="${project.build.directory}/native/bin/RelWithDebInfo"/>
</copy>
</target>
</configuration>