Skip to content

Commit

Permalink
fixes ios link
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Jan 17, 2024
1 parent 315c32e commit 1a6c924
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/ant.audio/make.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ lm:lua_source "audio" {
EnableLog and "fmodL_iphoneos" or "fmod_iphoneos",
EnableLog and "fmodstudioL_iphoneos" or "fmodstudio_iphoneos"
},
frameworks = {
"AVFAudio",
"AudioToolBox",
}
},
android = {
sources = "src/empty_luafmod.c",
Expand Down

0 comments on commit 1a6c924

Please sign in to comment.