Skip to content

Commit

Permalink
win32: fix the C runtime copying when building on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
  • Loading branch information
robUx4 authored and jbkempf committed Jan 16, 2016
1 parent b651591 commit 25f25f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extras/package/win32/package.mak
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ endif
# The shared DLLs may not necessarily be in the first LIBRARY_PATH, we
# should check them all.
-library_path_list=`$(CXX) -v /dev/null 2>&1 | grep ^LIBRARY_PATH|cut -d= -f2` ;\
-cygpath --version >/dev/null 2>/dev/null && library_path_list="`cygpath -p $$library_path_list`" ;\
IFS=':' ;\
for x in $$library_path_list ;\
do \
Expand Down

0 comments on commit 25f25f5

Please sign in to comment.