Skip to content

Commit

Permalink
Merge pull request eclipse-openj9#344 from vsebe/openj9.win_64
Browse files Browse the repository at this point in the history
Add j9 include path to uma includes for resource compilation
  • Loading branch information
keithc-ca authored Oct 17, 2017
2 parents 754c876 + eea8d49 commit 3c9c53c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/win_64/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
<module>
<artifact type="shared" name="win_64">
<include-if condition="spec.flags.module_windbg and spec.flags.J9VM_ENV_DATA64" />
<includes>
<include path="j9include"/>
</includes>
</artifact>
</module>

0 comments on commit 3c9c53c

Please sign in to comment.