Skip to content

Commit

Permalink
Improve runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing authored Jan 2, 2025
1 parent d2ca1a3 commit 303797d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/f/ffmpeg/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ package("ffmpeg")
table.insert(configs, "--enable-dxva2")
table.insert(configs, "--enable-mediafoundation")
table.insert(configs, "--toolchain=msvc")
table.insert(configs, "--extra-cflags=-" .. package:config("runtimes"))
table.insert(configs, "--extra-cflags=-" .. package:runtimes())
elseif package:is_plat("mingw") then
if package:is_arch("x86", "i386", "i686") then
table.insert(configs, "--target-os=mingw32")
Expand Down

0 comments on commit 303797d

Please sign in to comment.