Skip to content

Commit

Permalink
Only disable new dtags on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
EIREXE committed Sep 14, 2024
1 parent 61c7e2b commit 507507e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ Import("env")
if env["platform"] == "linuxbsd":
if not "RPATH" in env:
env.Append(RPATH=env.Literal("\\$$ORIGIN"))

env.Append(LINKFLAGS=["-Wl,--disable-new-dtags"])
env.Append(LINKFLAGS=["-Wl,--disable-new-dtags"])

env_ffmpeg = env.Clone()

Expand Down

0 comments on commit 507507e

Please sign in to comment.