mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-9427 minor changes to ensure perl is accessible
X-SVN-Rev: 32086
This commit is contained in:
parent
46206b3ccf
commit
8e49d91748
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@
|
|||
<target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
|
||||
|
||||
<target name="continuous-build" description="Run performance tests for continuous build">
|
||||
<exec dir="." executable="perl">
|
||||
<property name="perl" value="perl" />
|
||||
<exec executable="${perl}">
|
||||
<arg value="perftests.pl" />
|
||||
</exec>
|
||||
</target>
|
||||
|
|
Loading…
Add table
Reference in a new issue