Skip to content

Commit

Permalink
Set platformIndependent = true in lakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
JLimperg committed Jan 14, 2025
1 parent d3de4be commit 266e0e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lakefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name = "aesop"
defaultTargets = ["Aesop"]
testDriver = "AesopTest"
precompileModules = false # We would like to turn this on, but it breaks the Mathlib cache.
platformIndependent = true

[[require]]
name = "batteries"
Expand Down

0 comments on commit 266e0e2

Please sign in to comment.