Skip to content
Snippets Groups Projects
Commit e8aa2290 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Only install *.sb files on macOS

parent 3e787423
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,9 @@ ifneq ($(OS), FreeBSD)
libstore_LDFLAGS += -ldl
endif
ifeq ($(OS), Darwin)
libstore_FILES = sandbox-defaults.sb sandbox-minimal.sb sandbox-network.sb
endif
$(foreach file,$(libstore_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/sandbox)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment