Skip to content

Commit 2d05cfb

Browse files
committed
Add missing FLAMBDA config for native Windows
Missing options from ocaml#425.
1 parent bcbee68 commit 2d05cfb

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

config/Makefile.mingw

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ RUNTIMED=noruntimed
8686
ASM_CFI_SUPPORTED=false
8787
UNIXLIB=win32unix
8888
GRAPHLIB=win32graph
89+
FLAMBDA=false
8990

9091
########## Configuration for the bytecode compiler
9192

config/Makefile.mingw64

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ RUNTIMED=noruntimed
8686
ASM_CFI_SUPPORTED=false
8787
UNIXLIB=win32unix
8888
GRAPHLIB=win32graph
89+
FLAMBDA=false
8990

9091
########## Configuration for the bytecode compiler
9192

config/Makefile.msvc

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ RUNTIMED=noruntimed
7777
ASM_CFI_SUPPORTED=false
7878
UNIXLIB=win32unix
7979
GRAPHLIB=win32graph
80+
FLAMBDA=false
8081

8182
########## Configuration for the bytecode compiler
8283

config/Makefile.msvc64

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ RUNTIMED=noruntimed
7676
ASM_CFI_SUPPORTED=false
7777
UNIXLIB=win32unix
7878
GRAPHLIB=win32graph
79+
FLAMBDA=false
7980

8081
########## Configuration for the bytecode compiler
8182

0 commit comments

Comments
 (0)