Skip to content

Commit 700fcda

Browse files
authored
Merge pull request #316 from rolandlo/add-windows-to-supported-platforms
Add mingw to supported platforms
2 parents e929060 + 9481032 commit 700fcda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lgi-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = {
1212
homepage = 'https://github.com/lgi-devs/lgi'
1313
}
1414

15-
supported_platforms = { 'unix' }
15+
supported_platforms = { 'unix', 'mingw' }
1616

1717
source = {
1818
url = 'git://github.com/lgi-devs/lgi.git',

rockspec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = {
1212
homepage = 'https://github.com/lgi-devs/lgi'
1313
}
1414

15-
supported_platforms = { 'unix' }
15+
supported_platforms = { 'unix', 'mingw' }
1616

1717
source = {
1818
url = 'git://github.com/lgi-devs/lgi.git',

0 commit comments

Comments
 (0)