Skip to content

Commit c70397e

Browse files
vchuravyKristofferC
authored andcommitted
Use universal LIBUV_INC instead of build_includedir
(cherry picked from commit 5d40370)
1 parent 2ed26a0 commit c70397e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $(BUILDDIR)/errno_h.jl:
4242
$(BUILDDIR)/file_constants.jl: $(SRCDIR)/../src/file_constants.h
4343
@$(call PRINT_PERL, $(CPP_STDOUT) -DJULIA $< | perl -nle 'print "$$1 0o$$2" if /^(\s*const\s+[A-z_]+\s+=)\s+(0[0-9]*)\s*$$/; print "$$1" if /^\s*(const\s+[A-z_]+\s+=\s+([1-9]|0x)[0-9A-z]*)\s*$$/' > $@)
4444

45-
$(BUILDDIR)/uv_constants.jl: $(SRCDIR)/../src/uv_constants.h $(build_includedir)/uv/errno.h
45+
$(BUILDDIR)/uv_constants.jl: $(SRCDIR)/../src/uv_constants.h $(LIBUV_INC)/uv/errno.h
4646
@$(call PRINT_PERL, $(CPP_STDOUT) "-I$(LIBUV_INC)" -DJULIA $< | tail -n 16 > $@)
4747

4848
$(BUILDDIR)/build_h.jl.phony:

0 commit comments

Comments
 (0)