Skip to content

Commit

Permalink
Avoid overwrite error on mv (#3670)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke committed Mar 16, 2016
1 parent a801b41 commit 30f3e8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SimulationRuntime/cpp/Makefile.omdev.mingw
Expand Up @@ -160,7 +160,8 @@ runtimeCPPmsvc: getMSVCversion
# move msvc libs into subfolder
mkdir -p Build_MSVC/tmp/lib/omc/cpp/msvc
mv Build_MSVC/tmp/lib/omc/cpp/*.dll Build_MSVC/tmp/lib/omc/cpp/msvc
mv Build_MSVC*/tmp/lib/omc/cpp/*.lib Build_MSVC/tmp/lib/omc/cpp/msvc
mv Build_MSVC/tmp/lib/omc/cpp/*.lib Build_MSVC/tmp/lib/omc/cpp/msvc
mv Build_MSVC_static/tmp/lib/omc/cpp/*.lib Build_MSVC/tmp/lib/omc/cpp/msvc


# copy pdb files
Expand Down

0 comments on commit 30f3e8b

Please sign in to comment.