mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
Enable plugins compilation if Lua is enabled (like Perl/Python/Ruby)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user