mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
4fc9383c31
This patch adds the "Expat" XML parser library to libports. Fixes #245.
5 lines
92 B
Makefile
5 lines
92 B
Makefile
EXPAT_VER = 2.1.0
|
|
EXPAT = expat-$(EXPAT_VER)
|
|
|
|
REP_INC_DIR += contrib/$(EXPAT)/lib
|