Skip to content

Commit bf08f6c

Browse files
committed
[codecane] potentially fix env issues
1 parent afda502 commit bf08f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/scripts/build-binary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ async function main() {
129129

130130
// Ensure SDK assets exist before compiling the CLI
131131
log('Building SDK dependencies...')
132-
runCommand('bun', ['run', 'build:sdk'], { cwd: cliRoot })
132+
runCommand('bun', ['run', 'build:sdk'], { cwd: cliRoot, env: process.env })
133133

134134
patchOpenTuiAssetPaths()
135135
await ensureOpenTuiNativeBundle(targetInfo)

0 commit comments

Comments
 (0)