buildenv: perl -> c++
This commit is contained in:
parent
eef754813f
commit
91978e3b9a
8 changed files with 202 additions and 172 deletions
9
src/buildenv/local.mk
Normal file
9
src/buildenv/local.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
programs += buildenv
|
||||
|
||||
buildenv_DIR := $(d)
|
||||
|
||||
buildenv_INSTALL_DIR := $(libexecdir)/nix
|
||||
|
||||
buildenv_LIBS = libmain libutil libformat
|
||||
|
||||
buildenv_SOURCES := $(d)/buildenv.cc
|
||||
Loading…
Add table
Add a link
Reference in a new issue