Commit b09d6d08 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winemaker: Fix whitespace handling for libs.

parent aeb7655c
......@@ -727,7 +727,7 @@ sub source_scan_project_file($$$)
#print "\n$prj_target_libs bevor\n";
$prj_target_libs=~s/\\/\//g;
$prj_target_libs=~s/\.lib//g;
$prj_target_libs=~s/\s/ -l/g;
$prj_target_libs=~s/\s+/ -l/g;
#print "\n$prj_target_libs after\n";
shift (@prj_target_options);
foreach ( @prj_target_options ) {
......
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