Skip to content

Commit

Permalink
Revert "fix x264 on windows with shared build"
Browse files Browse the repository at this point in the history
This reverts commit c938958.
  • Loading branch information
SnowinterCat committed Sep 27, 2024
1 parent c938958 commit 331bbe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/x/x264/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ package("x264")
end)

on_install("windows", "mingw", "linux", "macosx", "wasm", function (package)
io.replace("configure", "x264.dll.", "x264.", {plain = true})
local configs = {}
table.insert(configs, "--enable-" .. (package:config("shared") and "shared" or "static"))
if package:is_plat("mingw") then
Expand Down

0 comments on commit 331bbe2

Please sign in to comment.