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