Skip to content

Commit 7a4879e

Browse files
committed
Added small fix for git submodules to force the download if the folder exists, but is empty.
1 parent 8570dd6 commit 7a4879e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
174174

175175

176176
<!-- Preform libuiohook target checks. -->
177-
<available file="${dir.src}/libuiohook" property="project.check.libuiohook.download" />
177+
<fileset dir="${dir.src}/libuiohook" id="src-libuiohook" />
178+
<pathconvert refid="src-libuiohook" property="project.check.libuiohook.download" setonempty="false" />
178179
<available file="${dir.src}/libuiohook/configure" property="project.check.libuiohook.bootstrap" />
179180
<available file="${dir.bin}/libuiohook/Makefile" property="project.check.libuiohook.configure" />
180181
<available file="${dir.doc}/" property="project.check.javadoc" />

0 commit comments

Comments
 (0)