We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8570dd6 commit 7a4879eCopy full SHA for 7a4879e
build.xml
@@ -174,7 +174,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
174
175
176
<!-- Preform libuiohook target checks. -->
177
- <available file="${dir.src}/libuiohook" property="project.check.libuiohook.download" />
+ <fileset dir="${dir.src}/libuiohook" id="src-libuiohook" />
178
+ <pathconvert refid="src-libuiohook" property="project.check.libuiohook.download" setonempty="false" />
179
<available file="${dir.src}/libuiohook/configure" property="project.check.libuiohook.bootstrap" />
180
<available file="${dir.bin}/libuiohook/Makefile" property="project.check.libuiohook.configure" />
181
<available file="${dir.doc}/" property="project.check.javadoc" />
0 commit comments