Changes between Initial Version and Version 1 of Ticket #51678, comment 4


Ignore:
Timestamp:
Aug 19, 2016, 6:01:24 PM (8 years ago)
Author:
afb@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51678, comment 4

    initial v1  
    22
    33{{{
     4PYVER := $(shell $(PYTHON) -c 'import sys; print "%.3s" %(sys.version)')
    45PYSYSDIR := $(shell $(PYTHON) -c 'import sys; print sys.prefix')
    56PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER)