Skip to content

Commit

Permalink
Fix build failing since 66a16ff (unrar update) (PR multitheftauto#2594)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lpsd authored Apr 9, 2022
1 parent 66a16ff commit 66017cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vendor/unrar/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ project "unrar"
"find.cpp",
"getbits.cpp",
"global.cpp",
"isnt.cpp",
"list.cpp",
"match.cpp",
"options.cpp",
Expand Down Expand Up @@ -67,3 +66,6 @@ project "unrar"
"threadpool.cpp",
"ui.cpp"
}

filter "system:Windows*"
files { "isnt.cpp" }

0 comments on commit 66017cd

Please sign in to comment.