Skip to content

Commit

Permalink
Use the system time zone database while waiting for a fix to the time…
Browse files Browse the repository at this point in the history
…zone database (#325)
  • Loading branch information
Twon authored Sep 20, 2024
1 parent 27c6b93 commit 7b4fa97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@ class Morpheus(ConanFile):
"with_rs_direct_x12": True,
"with_rs_metal": True,
"with_rs_opengl": True,
"with_rs_vulkan": True
"with_rs_vulkan": True,
"date*:use_system_tz_db": True,
}
requires = (
"boost/1.85.0",
"boost/1.86.0",
"ctre/3.8.1",
"magic_enum/0.9.5",
"ms-gsl/4.0.0",
Expand Down

0 comments on commit 7b4fa97

Please sign in to comment.