Skip to content

Commit b0baebd

Browse files
authored
Merge pull request #77 from OpenVoxProject/fix_agent_runtime
Gate win32ole gem to Windows
2 parents 77d814d + 2920a33 commit b0baebd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

configs/projects/agent-runtime-main.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
proj.component 'ruby-augeas'
8686
proj.component 'libxml2'
8787
proj.component 'rubygem-sys-filesystem'
88+
end
89+
90+
if platform.is_windows?
8891
proj.component 'rubygem-win32ole'
8992
end
9093

0 commit comments

Comments
 (0)