Commit 5b0ba5be authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Add the builtin flag again after stripping.

parent 51ffea5a
......@@ -2424,6 +2424,7 @@ static void output_install_commands( struct makefile *make, const struct makefil
case 'c': /* cross-compiled program */
output( "\tSTRIPPROG=%s-strip %s -m 644 $(INSTALL_PROGRAM_FLAGS) %s %s\n",
crosstarget, install_sh, obj_dir_path( make, file ), dest );
output( "\t%s --builtin %s\n", tools_path( make, "winebuild" ), dest );
break;
case 'd': /* data file */
output( "\t%s -m 644 $(INSTALL_DATA_FLAGS) %s %s\n",
......
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