refactor: use supportInterpreter in lakefile

This commit is contained in:
tydeu 2021-11-09 23:43:55 -05:00
parent 4c9c0cae30
commit 94d899ad95

View file

@ -3,4 +3,4 @@ open System Lake DSL
package lake where
binRoot := `Lake.Main
moreLinkArgs := if Platform.isWindows then #[] else #["-rdynamic"]
supportInterpreter := true