Commit 6a1a6c71 authored by Alexandre Julliard's avatar Alexandre Julliard

libwine_uuid has been renamed to libuuid.

parent 67f6ca52
......@@ -203,7 +203,7 @@ int main(int argc, char **argv)
argv[j] = 0;
break;
case 'l':
strarray_add(gcc_argv, strcmp(argv[j], "-luuid") ? argv[j] : "-lwine_uuid");
strarray_add(gcc_argv, argv[j]);
argv[j] = 0;
break;
default:
......
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