Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed Nov 14, 2023
1 parent 7313dd5 commit fa11679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ export async function build(mode: BuildMode, config: Config = {}): Promise<strin
const derivedDataPath = path.join(buildDir, "DerivedData");

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

Expand Down

0 comments on commit fa11679

Please sign in to comment.