13 lines
246 B
Text
13 lines
246 B
Text
import Lake
|
|
open System Lake DSL
|
|
|
|
package where
|
|
name := "lake"
|
|
srcDir := FilePath.mk ".." / ".."
|
|
oleanDir := "."
|
|
binRoot := `Lake.Main
|
|
linkArgs :=
|
|
if Platform.isWindows then
|
|
#["-Wl,--export-all"]
|
|
else
|
|
#["-rdynamic"]
|