Skip to content

Commit

Permalink
3rdparty.lua: Fix compiling of Lzma to arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
FlykeSpice committed Dec 14, 2024
1 parent 08368fd commit 3336330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/src/3rdparty.lua
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ project "7z"
configuration { "gmake or ninja" }
buildoptions_c {
"-Wno-error=undef",
"-Wno-error=strict-prototypes"
}
if _OPTIONS["gcc"]~=nil then
if string.find(_OPTIONS["gcc"], "clang") then
Expand Down

0 comments on commit 3336330

Please sign in to comment.