Skip to content

Commit

Permalink
Merge commit 'a2315fdbc8cd0e4a654d1aa4623a53d5292b3574' into lrvick/t…
Browse files Browse the repository at this point in the history
…oolchain-updates
  • Loading branch information
lrvick committed Oct 18, 2023
2 parents c8ea9a6 + a2315fd commit 8aea03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolchain/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ XDG_CONFIG_HOME := $(HOME)/.config
# MacOS users do not have a 'date' command that supports milliseconds
# This is what we are forced to do. Other ideas welcome
define epochms
$$(python3 -c 'from time import time; print(int(round(time() * 1000)))')
$$(python -c 'from time import time; print(int(round(time() * 1000)))')
endef

ifneq ($(TOOLCHAIN_PROFILE),false)
Expand Down

0 comments on commit 8aea03e

Please sign in to comment.