diff options
| author | Gaëtan Gilbert | 2020-04-21 19:29:12 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-04-21 19:29:12 +0200 |
| commit | 3b7f9271609bc4a008a1c754fb0cc00d932ec82f (patch) | |
| tree | a8cb337876a2d2958a87cafa12ee463fe762840e /Makefile.build | |
| parent | d91f294454ccc0056eb8ca5a95cb1b002724ebc6 (diff) | |
| parent | 0d207dc4dc7d593c422ed81c07a7e1532899e4ec (diff) | |
Merge PR #12082: Fixes #11808: support for test-suite in -byte-only mode
Reviewed-by: SkySkimmer
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.build b/Makefile.build index 8a8500ba1a..d705219757 100644 --- a/Makefile.build +++ b/Makefile.build @@ -269,10 +269,6 @@ OPT:= BESTOBJ:=.cmo BESTLIB:=.cma BESTDYN:=.cma - -# needed while booting if non -local -CAML_LD_LIBRARY_PATH := $(PWD)/kernel/byterun:$(CAML_LD_LIBRARY_PATH) -export CAML_LD_LIBRARY_PATH endif define bestobj |
