Skip to content

Commit

Permalink
fix native compile error due to use of ant if,unless (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail authored Jan 29, 2021
1 parent 1146843 commit 58735db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion native/build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="compile-native" default="install">
<project name="compile-native" default="install"
xmlns:if="ant:if"
xmlns:unless="ant:unless">
<dirname property="module.root.folder" file="${ant.file}"/>
<dirname property="workspace.root.folder" file="${module.root.folder}"/>
<property name="jna.parent.folder" value="${workspace.root.folder}${file.separator}parent"/>
Expand Down

0 comments on commit 58735db

Please sign in to comment.