Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ueshita committed Aug 16, 2024
1 parent 7132f03 commit 929de8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ libfile = f"lib{libname}.{env['arch']}{env['SHLIBSUFFIX']}"

if env["platform"] == "ios":
env.Append(LINKFLAGS=[
"-framework", "CoreFoundation",
"-framework", "Foundation",
"-framework", "CoreServices",
"-framework", "AVFoundation",
"-framework", "AudioToolbox",
Expand Down

0 comments on commit 929de8d

Please sign in to comment.