Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit dbf56c4

Browse files
committed
Fix build flags so rust-css will compile.
1 parent 006f7c5 commit dbf56c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CXX ?= g++
55
CXXFLAGS ?=
66
AR ?= ar
77
RUSTC ?= rustc
8-
RUSTFLAGS ?=
8+
RUSTFLAGS += -L . -L ../../netsurfcss/libcss -L ../../libparserutils/libparserutils -L ../../wapcaplet/libwapcaplet
99

1010
RUST_SRC=$(shell find $(VPATH)/. -type f -name '*.rs')
1111

0 commit comments

Comments
 (0)