Skip to content

Commit 5940a05

Browse files
author
Byron Boulton
committed
define the value of {set,append}pythonpath
Signed-off-by: Byron Boulton <bboulton@ara.com>
1 parent c0942e9 commit 5940a05

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,16 @@ ifeq ($(appendbinpath),y)
231231
else
232232
setappendbinpath := prepend
233233
endif
234+
ifeq ($(setpythonpath),y)
235+
setsetpythonpath :=
236+
else
237+
setsetpythonpath := \#
238+
endif
239+
ifeq ($(appendpythonpath),y)
240+
setappendpythonpath := append
241+
else
242+
setappendpythonpath := prepend
243+
endif
234244
ifeq ($(setmanpath),y)
235245
setsetmanpath :=
236246
else

0 commit comments

Comments
 (0)