mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Makefile: rebuild when rust-cssparser changes.
This commit is contained in:
parent
cc302053ed
commit
1195759e79
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue