Skip to content

Commit

Permalink
Merge pull request #309 from pmienk/master
Browse files Browse the repository at this point in the history
Fix build_base.bat copy on windows systems.
  • Loading branch information
evoskuil authored Feb 14, 2024
2 parents 1774ec0 + 0508f5f commit 3ff66dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsl.copy_properties.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if not exist "$(my.msvc_path)\\build\\" call mkdir "$(my.msvc_path)\\build\\"
call xcopy /y "props\\$(my.vs.path)\\nuget.config" "$(my.msvc_path)"
. emit_error_handler("Failed to copy nuget.config.")

call xcopy /y "props\\build\\build_base.bat" "$(my.msvc_path)\\build\\"
call xcopy /y "props\\$(my.vs.path)\\build\\build_base.bat" "$(my.msvc_path)\\build\\"
. emit_error_handler("Failed to copy build_base.bat.")

.endmacro
Expand Down

0 comments on commit 3ff66dc

Please sign in to comment.