Skip to content

Commit 144af32

Browse files
committed
[3.12] Correct timing sensitivity in iOS testing Makefile target. (pythonGH-118620)
1 parent 3474ddf commit 144af32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ testuniversal: all
18831883
# a full Xcode install that has an iPhone SE (3rd edition) simulator available.
18841884
# This must be run *after* a `make install` has completed the build. The
18851885
# `--with-framework-name` argument *cannot* be used when configuring the build.
1886-
XCFOLDER=iOSTestbed.$(MULTIARCH).$(shell date +%s)
1886+
XCFOLDER:=iOSTestbed.$(MULTIARCH).$(shell date +%s)
18871887
XCRESULT=$(XCFOLDER)/$(MULTIARCH).xcresult
18881888
.PHONY: testios
18891889
testios:

0 commit comments

Comments
 (0)