diff --git a/Makefile.in b/Makefile.in index ba8c321ade9..f19332bac2d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,13 +1,15 @@ VPATH=%VPATH% +CSSPARSER_DIR ?= ../rust-cssparser CC ?= gcc CXX ?= g++ CXXFLAGS ?= AR ?= ar RUSTC ?= rustc -RUSTFLAGS ?= +RUSTFLAGS ?= -L $(CSSPARSER_DIR) -RUST_SRC=$(shell find $(VPATH)/. -type f -name '*.rs') + +RUST_SRC=$(shell find $(VPATH)/. -type f -name '*.rs') $(CSSPARSER_DIR)/libcssparser.dummy .PHONY: all all: libservo-style.dummy