Skip to content

Commit

Permalink
fix: platform specific gem includes
Browse files Browse the repository at this point in the history
  • Loading branch information
dysonreturns committed Jan 12, 2024
1 parent 7756f92 commit 4465299
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Expand Up @@ -2,5 +2,11 @@

source "https://rubygems.org"

if Gem.win_platform?
# These only matter on windows
gem "kdtree", git: "https://github.com/dysonreturns/kdtree.git", branch: "master"
gem "async-process", git: "https://github.com/dysonreturns/async-process.git", branch: "windows-pgroup-params"
end

# Specify your gem's dependencies in sc2ai.gemspec
gemspec

0 comments on commit 4465299

Please sign in to comment.