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