Skip to content

Commit

Permalink
Add j9 include path to uma includes for resource compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Violeta Sebe <[email protected]>
  • Loading branch information
vsebe committed Oct 16, 2017
1 parent b36b200 commit eea8d49
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 eea8d49

Please sign in to comment.