Skip to content

Commit

Permalink
Tweak system sqlite build (janet-lang#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
sogaiu committed Feb 15, 2024
1 parent 99df7b6 commit bd38cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.janet
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

(defn pkg-config [what &opt env]
(default env {})
(def p (os/spawn ["pkg-config" ;what] :p (merge {:out :pipe} env)))
(def p (os/spawn ["pkg-config" ;what] :pe (merge {:out :pipe} env)))
(:wait p)
(unless (zero? (p :return-code))
(error "pkg-config failed!"))
Expand Down

0 comments on commit bd38cb9

Please sign in to comment.