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

Commit 97fa897

Browse files
committed
[[ BFS ]] Fix toolchain path when running from repo
1 parent 2246802 commit 97fa897

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Toolset/libraries/revidelibrary.8.livecodescript

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4012,7 +4012,11 @@ function revIDESpecialFolderPath pKey, pParam
40124012
return item 1 to -3 of the filename of stack "home" & "/Toolset"
40134013
break
40144014
case "Toolchain"
4015-
return item 1 to -3 of the filename of stack "home" & "/Toolchain"
4015+
if revEnvironmentIsInstalled() then
4016+
return item 1 to -3 of the filename of stack "home" & "/Toolchain"
4017+
else
4018+
return revEnvironmentBinariesPath()
4019+
end if
40164020
break
40174021
case "Object Property Definitions"
40184022
return item 1 to -3 of the filename of stack "home" & "/Toolset/resources/supporting_files/property_definitions"

0 commit comments

Comments
 (0)