Skip to content

Commit 7e41f59

Browse files
committed
Update compile-fdkaac.mjs
1 parent 167881e commit 7e41f59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

compile-fdkaac.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ export const enableFdkAac = async (isWindows) => {
2121

2222
execSync(
2323
[
24-
"./configure",
24+
path.posix.join(
25+
process.cwd().replace(/\\/g, "/"),
26+
"fdk-aac-free-2.0.0",
27+
"configure"
28+
),
2529
`--prefix=${path.resolve("fdk-aac-free-2.0.0", PREFIX)}`,
2630
"--enable-static",
2731
"--disable-shared",

0 commit comments

Comments
 (0)