mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 14:30:39 +01:00
proj.mk: Add dependency on gnurx (libregex)
This commit is contained in:
parent
f72f52f32e
commit
069fab76a1
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ CPPFLAGS += -D_USRDLL -DYTOOLS_EXPORTS
|
||||||
|
|
||||||
PROJECT_CFLAGS += -gstabs+
|
PROJECT_CFLAGS += -gstabs+
|
||||||
PROJECT_CPPFLAGS += -gstabs+
|
PROJECT_CPPFLAGS += -gstabs+
|
||||||
|
ifeq ($(TARGET),mingw)
|
||||||
|
PROJECT_LDFLAGS += -lgnurx
|
||||||
|
endif
|
||||||
|
|
||||||
RPM_REQUIRES_RUN += smart sudo
|
RPM_REQUIRES_RUN += smart sudo
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue