Skip to content

Commit b780c32

Browse files
committed
defs-source.sh: skip linux & mac platforms
1 parent a2ccc26 commit b780c32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/defs-source.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ DO_BUILD_LINUX64="n"
3636
DO_BUILD_OSX="n"
3737

3838
# Used during publishing.
39-
SKIP_XBBA="y"
40-
SKIP_XBBM="y"
39+
SKIP_XBBLA="y"
40+
SKIP_XBBMI="y"
41+
SKIP_XBBMA="y"
4142

4243
# -----------------------------------------------------------------------------
4344

0 commit comments

Comments
 (0)