forked from pool/lua-editorconfig-core-lua
- Add LUA_INCLUDE_DIR cmake parameter.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-editorconfig-core-lua?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 9 14:58:07 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Add LUA_INCLUDE_DIR cmake parameter.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 18 15:50:27 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
Thu Feb 18 15:50:27 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lua-editorconfig-core-lua
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -55,7 +55,9 @@ as the Editorconfig C Core library.
|
|||||||
%setup -q -n %{mod_name}-%{version}
|
%setup -q -n %{mod_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DECL_LIBDIR:PATH=%{lua_archdir}
|
%cmake -DECL_LIBDIR:PATH=%{lua_archdir} \
|
||||||
|
-DLUA_LIBRARY:PATH=%{lua_archdir} \
|
||||||
|
-DLUA_INCLUDE_DIR:PATH=%{lua_incdir}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
Reference in New Issue
Block a user