Skip to content

Commit

Permalink
Change to not build modularity natives on Windows if no compiler present
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Rushton <rushton@uk.ibm.com>
  • Loading branch information
Simon Rushton committed Apr 24, 2019
1 parent a82f07d commit 9841934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openjdk.test.modularity/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ limitations under the License.
<and>
<equals arg1="${can_build_modularity}" arg2="true"/>
<equals arg1="${is_windows}" arg2="true"/>
<equals arg1="${windows_native_compiler_present}" arg2="true"/>
</and>
</condition>
<condition property="can_build_modularity_natives_unix" value="true">
Expand Down

0 comments on commit 9841934

Please sign in to comment.