From bb08c430fe3f7b9d4ce184b8f14dca3685ed3592 Mon Sep 17 00:00:00 2001 From: unsigned_0 <1518419198@qq.com> Date: Tue, 11 Jul 2023 00:03:38 +0000 Subject: [PATCH] =?UTF-8?q?!240=20=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7=20P?= =?UTF-8?q?R=E3=80=91=EF=BC=9AModify=20Makefile=20to=20add=20link=20prompt?= =?UTF-8?q?=20Merge=20pull=20request=20!240=20from=20unsigned=5F0/N/A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/Makefile-win-mingw/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/Makefile-win-mingw/Makefile b/bsp/Makefile-win-mingw/Makefile index c0ab3cb1f..a6e868ec8 100644 --- a/bsp/Makefile-win-mingw/Makefile +++ b/bsp/Makefile-win-mingw/Makefile @@ -58,6 +58,7 @@ PikaPython/pikascript-api/__asset_pikaModules_py_a.c : $(PY_SRC) #----------------------------------------------------------------------------------------------------------------------# $(OUT): $(CC_OBJ) + @echo Linking $(OUT) ... @$(CC) $(LDObject) $(LDSuffix) -o $(OUT) @echo