This is an automated email from the ASF dual-hosted git repository.
piotrz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 22d3cd5 Trying to fix build by redirecting one of the target to
ROYALE_TYPEDEFS_HOME
22d3cd5 is described below
commit 22d3cd5a426671ad1bfba640a65c5d0448823318
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Mon Aug 27 15:07:26 2018 +0200
Trying to fix build by redirecting one of the target to ROYALE_TYPEDEFS_HOME
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index d107698..0008f40 100644
--- a/build.xml
+++ b/build.xml
@@ -793,7 +793,7 @@ limitations under the License.
<ant dir="${basedir}/../royale-typedefs" target="wipe" />
<mkdir dir="${staging-dir}/../royale-typedefs"/>
<copy todir="${staging-dir}/../royale-typedefs"
includeEmptyDirs="false" >
- <fileset dir="${basedir}/../royale-typedefs" includes="**" />
+ <fileset dir="${ROYALE_TYPEDEFS_HOME}" includes="**" />
</copy>
</target>