Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into sdghjfsjghafjhkfs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweej committed Nov 6, 2024
2 parents 11edaea + e0145b4 commit 672dbbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/dep_updaters/update-c-ares.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// Synchronize the sources for our c-ares gyp file from c-ares' Makefiles.
import { readFileSync, writeFileSync } from 'node:fs';
import { join } from 'node:path';
import { fileURLToPath } from 'node:url';

const srcroot = join(import.meta.dirname, '..', '..');
const srcroot = fileURLToPath(new URL('../../', import.meta.url));
const options = { encoding: 'utf8' };

// Extract list of sources from the gyp file.
Expand Down

0 comments on commit 672dbbd

Please sign in to comment.