Skip to content

Commit 51cf7be

Browse files
committed
add macos support
1 parent 0058746 commit 51cf7be

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

template.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ package.type = "courses"
1414
package.xpm = {
1515
windows = xpm_os_common,
1616
linux = xpm_os_common,
17-
ubuntu = xpm_os_common,
18-
archlinux = xpm_os_common,
19-
manjaro = xpm_os_common,
17+
macosx = xpm_os_common,
2018
}
2119

2220
import("platform")

0 commit comments

Comments
 (0)