leaving os immediate

This commit is contained in:
Brian Coca 2017-01-19 23:11:53 -05:00
parent 0803c638bb
commit 216e2c8813

View file

@ -1,4 +1,4 @@
OS ?= $(shell uname -s)
OS := $(shell uname -s)
SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"):
FORMATTER=../../hacking/module_formatter.py
DUMPER=../../hacking/dump_playbook_attributes.py