Skip to content

Commit

Permalink
[3.9] Correct timing sensitivity in iOS testing Makefile target. (pyt…
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 5, 2024
1 parent a9a469e commit 59e53d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ testuniversal: @DEF_MAKE_RULE@ platform
# a full Xcode install that has an iPhone SE (3rd edition) simulator available.
# This must be run *after* a `make install` has completed the build. The
# `--with-framework-name` argument *cannot* be used when configuring the build.
XCFOLDER=iOSTestbed.$(MULTIARCH).$(shell date +%s)
XCFOLDER:=iOSTestbed.$(MULTIARCH).$(shell date +%s)
XCRESULT=$(XCFOLDER)/$(MULTIARCH).xcresult
.PHONY: testios
testios:
Expand Down

0 comments on commit 59e53d4

Please sign in to comment.