1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/testing/ocamlclean/obytelib-dir.patch
2022-05-13 23:23:17 +00:00

11 lines
321 B
Diff

--- a/src/Makefile
+++ b/src/Makefile
@@ -21,7 +21,7 @@
cp $< $@
_build/$(BUILD): $(SRCS) config.ml
- $(OCAMLBUILD) -cflags -I,+../obytelib,-g -lflags -I,+../obytelib,obytelib.cmxa $(BUILD)
+ $(OCAMLBUILD) -cflags -I,+obytelib,-g -lflags -I,+obytelib,obytelib.cmxa $(BUILD)
config.ml: $(ETC)/config.ml
cp $< $@