Skip to content

Commit

Permalink
Merge pull request git#1766 from jeffhostetler/gfw-msvc-bin-dir
Browse files Browse the repository at this point in the history
find_vs_env.bat: Fix bin dir path used by msys
  • Loading branch information
jeffhostetler authored and jamill committed Sep 10, 2018
2 parents 4b67235 + 2e41db1 commit fde33e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compat/vcbuild/find_vs_env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ REM ================================================================
REM Include DOS-style and BASH-style path for bin dir.

echo msvc_bin_dir=%msvc_bin_dir%
echo msvc_bin_dir_msys=%msvc_bin_dir:C:=/C%
SET X1=%msvc_bin_dir:C:=/C%
SET X2=%X1:\=/%
echo msvc_bin_dir_msys=%X2%

echo msvc_includes=%msvc_includes%
echo msvc_libs=%msvc_libs%
Expand Down

0 comments on commit fde33e2

Please sign in to comment.