Enable plugins compilation if Lua is enabled (like Perl/Python/Ruby)
This commit is contained in:
parent
e4eeaaf1dd
commit
e7f730387f
@ -29,6 +29,10 @@ if PLUGIN_RUBY
|
||||
script_dir = scripts
|
||||
endif
|
||||
|
||||
if PLUGIN_LUA
|
||||
script_dir = scripts
|
||||
endif
|
||||
|
||||
SUBDIRS = $(script_dir)
|
||||
|
||||
noinst_LIBRARIES = lib_weechat_plugins.a
|
||||
|
@ -29,6 +29,10 @@ if PLUGIN_RUBY
|
||||
script_dir = scripts
|
||||
endif
|
||||
|
||||
if PLUGIN_LUA
|
||||
script_dir = scripts
|
||||
endif
|
||||
|
||||
SUBDIRS = $(script_dir)
|
||||
|
||||
noinst_LIBRARIES = lib_weechat_plugins.a
|
||||
|
Loading…
x
Reference in New Issue
Block a user