Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0379c46

Browse files
committed
Apply additional Tk build fix
1 parent e3b5ea1 commit 0379c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win/rules-ext.vc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ macro to the name of the project makefile.
3232
# the local copy of nmakehlp. Once we locate Tcl, we will use that
3333
# one if it is newer.
3434
!if "$(MACHINE)" == "IX86" || "$(MACHINE)" == "$(NATIVE_ARCH)"
35-
!if [$(cc32) -nologo "$(NMAKEHLPC)" -link -subsystem:console > nul]
35+
!if [$(CC) -nologo -DNDEBUG "nmakehlp.c" -link -subsystem:console > nul]
3636
!endif
3737
!else
3838
!if [copy x86_64-w64-mingw32-nmakehlp.exe nmakehlp.exe >NUL]

0 commit comments

Comments
 (0)