diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-27 10:10:58 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-27 10:10:58 -0700 |
commit | 47db22988400fb323441cafbba8399a3a742afc9 (patch) | |
tree | 7ac06aaab30383918529efb41ddde966041ce892 /Gemfile | |
parent | 03edd0484be1c28d9352b0d98fe65b34273d76b7 (diff) | |
download | chef-47db22988400fb323441cafbba8399a3a742afc9.tar.gz |
Note where the DLL source lives
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ eval_gemfile("./Gemfile.local") if File.exist?("./Gemfile.local") # These lines added for Windows development only. # For FFI to call into PowerShell we need the binaries and assemblies located # in the Ruby bindir. +# The Powershell DLL source lives here: https://github.com/chef/chef-powershell-shim # # We copy (and overwrite) these files every time "bundle <exec|install>" is # executed, just in case they have changed. |