Fix make target arguments

This commit is contained in:
2026-05-19 22:07:51 +09:00
parent 7d91226dd2
commit f5e60feb6a
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
env.NIX_CFLAGS_COMPILE = lib.concatStringsSep " " featureFlags;
env.NIX_CFLAGS_LINK = lib.optionalString features.ENABLE_FTS5 "-lm";
makeTarget = "sqlite3.c";
makeFlags = [ "sqlite3.c" "sqlite3.h" ];
installPhase = ''
runHook preInstall