mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +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%
|
VPATH=%VPATH%
|
||||||
|
CSSPARSER_DIR ?= ../rust-cssparser
|
||||||
|
|
||||||
CC ?= gcc
|
CC ?= gcc
|
||||||
CXX ?= g++
|
CXX ?= g++
|
||||||
CXXFLAGS ?=
|
CXXFLAGS ?=
|
||||||
AR ?= ar
|
AR ?= ar
|
||||||
RUSTC ?= rustc
|
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
|
.PHONY: all
|
||||||
all: libservo-style.dummy
|
all: libservo-style.dummy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue