Skip to content

Commit 31835c1

Browse files
Merge pull request livecode#7470 from livecodepanos/remove_macos_32_deployment_target
[[ Bug 22940 ]] Remove "MacOSX x86-32" option from the "Test Target" list.
2 parents 1d9152a + d398881 commit 31835c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide-support/revsblibrary.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ function revFolderNameMakeLegal pName
714714
end revFolderNameMakeLegal
715715

716716
// List of all desktop target platforms + architecture
717-
constant kDesktopTargets = "Windows,Windows x86-64,MacOSX x86-32,MacOSX x86-64,Linux,Linux x64,Linux armv6-hf"
717+
constant kDesktopTargets = "Windows,Windows x86-64,MacOSX x86-64,Linux,Linux x64,Linux armv6-hf"
718718
function revSBDesktopTargets
719719
return kDesktopTargets
720720
end revSBDesktopTargets

0 commit comments

Comments
 (0)