mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-03-07 05:47:32 +00:00
Revert "Makefile: avoid generating capstone.pc if BUILD_CORE_ONLY=yes"
This reverts commit 35d4e449e1817da5818700dfd1edbaaafa263525.
This commit is contained in:
parent
1de34c1aef
commit
8aa6fce278
2
Makefile
2
Makefile
@ -352,14 +352,12 @@ endif
|
||||
endif
|
||||
|
||||
$(PKGCFGF):
|
||||
ifeq (,$(findstring yes,$(BUILD_CORE_ONLY)))
|
||||
ifeq ($(V),0)
|
||||
$(call log,GEN,$(@:$(BLDIR)/%=%))
|
||||
@$(generate-pkgcfg)
|
||||
else
|
||||
$(generate-pkgcfg)
|
||||
endif
|
||||
endif
|
||||
|
||||
install: $(PKGCFGF) $(ARCHIVE) $(LIBRARY)
|
||||
mkdir -p $(LIBDIR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user