Skip to content

Commit

Permalink
premake5: disable notify by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba160 committed Jan 13, 2024
1 parent a1334f8 commit 320d8b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ if _OPTIONS["standard"] ~= nil then
plugins_to_disable = {"plugin-converter", "plugin-converter_gtk2",
"plugin-converter_gtk3","plugin-ffmpeg","plugin-waveout",
"plugin-wildmidi", "plugin-soundtouch", "plugin-sid", "plugin-gme",
"plugin-mms", "plugin-cdda", "plugin-sc68", "plugin-vtx"}
"plugin-mms", "plugin-cdda", "plugin-sc68", "plugin-vtx",
"plugin-notify"}
for i,v in ipairs(plugins_to_disable) do
if _OPTIONS[v] == nil then
_OPTIONS[v] = "disabled"
Expand Down

0 comments on commit 320d8b1

Please sign in to comment.