Add UID/GID to makefile config

This commit is contained in:
mrg 2021-11-03 08:32:08 -07:00
parent eb310dbb6e
commit f68ee76bc7
1 changed files with 3 additions and 0 deletions

View File

@ -6,3 +6,6 @@ $(error Did not find '$(OPENRAM_COMPILER)' in '$(OPENRAM_HOME)' (from $$OPENRAM_
endif
export OPENRAM_HOME
export OPENRAM_TECH
UID = $(shell id -u)
GID = $(shell id -g)