about summary refs log tree commit diff
path: root/pkgs/games/build-support/build-sandbox/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/build-support/build-sandbox/src/Makefile')
-rw-r--r--pkgs/games/build-support/build-sandbox/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/build-support/build-sandbox/src/Makefile b/pkgs/games/build-support/build-sandbox/src/Makefile
index f662b5ba..cd642b8e 100644
--- a/pkgs/games/build-support/build-sandbox/src/Makefile
+++ b/pkgs/games/build-support/build-sandbox/src/Makefile
@@ -4,7 +4,7 @@ WRAPPERS = $(subst $(BINDIR),$(out)/bin,$(BINARIES))
 NIX_VERSION = `pkg-config --modversion nix-main | \
                sed -e 's/^\([0-9]\+\)\.\([0-9]\+\).*/\1\2/'`
 
-OBJECTS = nix-query.o params.o setup.o
+OBJECTS = nix-query.o path-cache.o params.o setup.o
 
 CFLAGS = -g -Wall -std=gnu11 -DFS_ROOT_DIR=\"$(out)\"
 CXXFLAGS = -g -Wall -std=c++14 `pkg-config --cflags nix-main`