Skip to content

Commit

Permalink
fixup(pkg-config): don't set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
deciduously committed Dec 5, 2024
1 parent f089dc2 commit a27e035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pkg-config/tangram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const default_ = tg.target(async (...args: std.Args<Arg>) => {
);
if (proxy) {
pkgConfig = await tg`#!/usr/bin/env sh
set -eux
set -eu
PKG_CONFIG_PATH=""
Expand Down

0 comments on commit a27e035

Please sign in to comment.