Compare commits

...

2 Commits

Author SHA1 Message Date
persan 20fc3a7852 Merge branch 'master' of github.com:persan/zeromq-Ada 2019-01-30 17:39:55 +01:00
persan 5e6fc8ceeb save PATH as part of configuration 2019-01-30 17:39:43 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,4 @@ PREFIX=%(prefix)s
LIBDIR ?= %(libdir)s
DESTDIR ?=
GNATFLAGS ?=
ADA_PROJECT_DIR ?= ${PREFIX}/lib/gnat
export PATH:=${PREFIX}/bin:%(PATH)s

1
configure vendored
View File

@ -179,6 +179,7 @@ def parsargs(args):
# fail = True
if fail:
return None
args.__dict__["PATH"] = os.getenv("PATH")
return args