mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
silence the lib.exe
This commit is contained in:
@@ -1099,7 +1099,7 @@ function SAPI(sapiname, file_list, makefiletarget, cflags, obj_dir)
|
||||
manifest = "-@$(_VC_MANIFEST_EMBED_DLL)";
|
||||
} else if (makefiletarget.match(new RegExp("\\.lib$"))) {
|
||||
ldflags = "$(ARFLAGS)";
|
||||
ld = "$(MAKE_LIB)";
|
||||
ld = "@$(MAKE_LIB)";
|
||||
} else {
|
||||
ldflags = "$(LDFLAGS)";
|
||||
manifest = "-@$(_VC_MANIFEST_EMBED_EXE)";
|
||||
|
||||
Reference in New Issue
Block a user