mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add workaround for broken libconfig build system
This commit is contained in:
parent
8017cffe2f
commit
e35c99b9a6
1 changed files with 5 additions and 1 deletions
6
thirdparty/Makefile.inc
vendored
6
thirdparty/Makefile.inc
vendored
|
@ -32,4 +32,8 @@ install-thirdparty: $(addprefix install-,$(DEPS))
|
|||
|
||||
clean-thirdparty: $(addprefix clean-,$(DEPS))
|
||||
|
||||
.PHONY: $(DEPS) thirdparty clean-thirdparty install-thirdparty
|
||||
.PHONY: $(DEPS) thirdparty clean-thirdparty install-thirdparty# libconfig's build system is currently broken.
|
||||
# This is a workaround for: https://github.com/hyperrealm/libconfig/issues/53
|
||||
libconfig: | libconfig-fix
|
||||
libconfig-fix:
|
||||
rm -f $(SRCDIR)/thirdparty/libconfig/lib/scanner.[hc]
|
Loading…
Add table
Reference in a new issue