Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 79e2ba8

Browse files
committed
[[ Bug 20991 ]] Use win32 for code library path
This patch ensures that windows code library paths conform to the platform ID spec.
1 parent 615f579 commit 79e2ba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Toolset/libraries/revideextensionlibrary.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ private command __MapCodeLibraryForIDE pFolder
11961196
filter tCodeFolders with "*-mac*"
11971197
break
11981198
case "Win32"
1199-
filter tCodeFolders with "*-win*"
1199+
filter tCodeFolders with "*-win32*"
12001200
break
12011201
default
12021202
filter tCodeFolders with "*-"& toLower(the platform) & "*"

0 commit comments

Comments
 (0)