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

Commit 6aab99c

Browse files
authored
Merge pull request #1913 from montegoulding/bugfix-20991
[[ Bug 20991 ]] Use win32 for code library path
2 parents 615f579 + 79e2ba8 commit 6aab99c

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)