Skip to content

Commit 709d671

Browse files
authored
Merge pull request #22233 from llxia/asm
Call getDependentLibs in lockWordAlignment
2 parents 915e62c + bbb5702 commit 709d671

File tree

1 file changed

+2
-1
lines changed
  • test/functional/cmdLineTests/lockWordAlignment

1 file changed

+2
-1
lines changed

test/functional/cmdLineTests/lockWordAlignment/build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@
3535
<property name="PROJECT_ROOT" location="." />
3636
<property name="src" location="./src"/>
3737
<property name="build" location="./bin"/>
38+
<property name="LIB" value="asm"/>
3839
<import file="${TEST_ROOT}/TKG/scripts/getDependencies.xml"/>
3940

4041
<target name="init">
4142
<mkdir dir="${DEST}" />
4243
<mkdir dir="${build}" />
4344
</target>
4445

45-
<target name="compile" depends="init" description="Using java ${JDK_VERSION} to compile the source ">
46+
<target name="compile" depends="init,getDependentLibs" description="Using java ${JDK_VERSION} to compile the source ">
4647
<echo>Ant version is ${ant.version}</echo>
4748
<echo>============COMPILER SETTINGS============</echo>
4849
<echo>===fork: yes</echo>

0 commit comments

Comments
 (0)