makefiles: Add the builtin flag again after stripping.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47718
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-12-18 21:05:58 +01:00
parent 51ffea5a39
commit 5b0ba5be0b
1 changed files with 1 additions and 0 deletions

View File

@ -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",