Skip to content

Commit

Permalink
Merge pull request xbmc#17642 from enen92/freebsdaddons
Browse files Browse the repository at this point in the history
[Addons] Make linux addons not compatible with freebsd
  • Loading branch information
AlwinEsch authored and Maven85 committed Aug 7, 2020
1 parent 3a2dcc6 commit cb9864d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbmc/addons/addoninfo/AddonInfoBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,6 @@ bool CAddonInfoBuilder::PlatformSupportsAddon(const AddonInfoPtr& addon)
#endif
#elif defined(TARGET_FREEBSD)
"freebsd",
"linux",
#elif defined(TARGET_LINUX)
"linux",
#elif defined(TARGET_WINDOWS_DESKTOP)
Expand Down

0 comments on commit cb9864d

Please sign in to comment.