diff options
| author | Hugo Herbelin | 2020-04-12 14:45:16 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2020-04-12 14:45:16 +0200 |
| commit | afb4173e71f6069f7a49baf44b16569bf0cbcce4 (patch) | |
| tree | 57ca7ed03205069b7122d2d4a1cfd5179f079f48 /Makefile.build | |
| parent | 227520b14e978e19d58368de873521a283aecedd (diff) | |
Fixing export of CAML_LD_LIBRARY_PATH from config/Makefile to Makefile.common.
There were single quotes which were not interpreted in "PATH" syntax.
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 5b26f11b12..e5cff50c86 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 |
