Skip to content

Commit fa11679

Browse files
committed
comment
1 parent 7313dd5 commit fa11679

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/builder.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ export async function build(mode: BuildMode, config: Config = {}): Promise<strin
232232
const derivedDataPath = path.join(buildDir, "DerivedData");
233233

234234
if (isDynamic) {
235+
// add the framework's parent directory to the rpath
235236
ldflags.push("-Xlinker", "-rpath", "-Xlinker", "@loader_path/../../..");
236237
}
237238

0 commit comments

Comments
 (0)