mirror of https://github.com/VLSIDA/OpenRAM.git
Add UID/GID to makefile config
This commit is contained in:
parent
eb310dbb6e
commit
f68ee76bc7
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue