File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ NODEBUG = 1
1616# On Windows NT
1717! ifndef CPU
1818CPU = i386
19+ ! if !defined(PLATFORM) && defined(TARGET_CPU)
20+ PLATFORM = $(TARGET_CPU )
21+ ! endif
1922! ifdef PLATFORM
2023! if ("$(PLATFORM)" == "x64") || ("$(PLATFORM)" == "X64")
2124CPU = AMD64
Original file line number Diff line number Diff line change @@ -216,6 +216,9 @@ CPU = i386
216216! endif
217217! else # !CPU
218218CPU = i386
219+ ! if !defined(PLATFORM) && defined(TARGET_CPU)
220+ PLATFORM = $(TARGET_CPU )
221+ ! endif
219222! ifdef PLATFORM
220223! if ("$(PLATFORM)" == "x64") || ("$(PLATFORM)" == "X64")
221224CPU = AMD64
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 1095 ,
744746/**/
745747 1094 ,
746748/**/
You can’t perform that action at this time.
0 commit comments