1
0
Files
mingw32-cross-cmake/mingw32-cmake.lua
Ralf Habacker a5a7348808 Accepting request 1092981 from home:rhabacker:branches:windows:mingw:win32:cmake
- Update to version 1.1.0
  * Add mingw32-cmake.lua as placeholder for future Lua functions
  * %_mingw32_cmake: enabled support for selecting a custom build and
    source directory by using the cmake options -S/-B (boo#1212238)

OBS-URL: https://build.opensuse.org/request/show/1092981
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-cross-cmake?expand=0&rev=5
2023-06-13 20:11:22 +00:00

7 lines
190 B
Lua

-- placeholder for future addings
--
-- To use functions from this file in a rpm macro you can use
--
-- rpm --define '%foo %{lua: require "mingw32-cmake"; myfunc() }' --eval '%foo'
--