Commit 25f25f54 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

win32: fix the C runtime copying when building on Windows

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b651591e
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment