From 9481032295a9ba0dab5b517323806a4303bf9ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20L=C3=B6tscher?= Date: Thu, 14 Mar 2024 22:48:43 +0100 Subject: [PATCH] Add mingw to supported platforms --- lgi-scm-1.rockspec | 2 +- rockspec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lgi-scm-1.rockspec b/lgi-scm-1.rockspec index 32baf82..9b03331 100644 --- a/lgi-scm-1.rockspec +++ b/lgi-scm-1.rockspec @@ -12,7 +12,7 @@ description = { homepage = 'https://github.com/lgi-devs/lgi' } -supported_platforms = { 'unix' } +supported_platforms = { 'unix', 'mingw' } source = { url = 'git://github.com/lgi-devs/lgi.git', diff --git a/rockspec.in b/rockspec.in index 794a338..00c111f 100644 --- a/rockspec.in +++ b/rockspec.in @@ -12,7 +12,7 @@ description = { homepage = 'https://github.com/lgi-devs/lgi' } -supported_platforms = { 'unix' } +supported_platforms = { 'unix', 'mingw' } source = { url = 'git://github.com/lgi-devs/lgi.git',