Skip to content

Commit

Permalink
fix Time lib
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Feb 29, 2024
1 parent a771d43 commit 5882ac4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ lean_lib I18n where
-- -- Remove this line if you do not need such functionality.
-- supportInterpreter := false

-- temporary replacement for `datetime` package.
lean_lib Time where
-- add library configuration options here
srcDir := "." / "time"

target time.o pkg : FilePath := do
let oFile := pkg.buildDir / "c" / "time.o"
Expand Down

0 comments on commit 5882ac4

Please sign in to comment.