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

Commit 9ded434

Browse files
committed
[[ CodeResources ]] Load extensions from packaged_extensions
This patch ensures that when we BFS extensions are loaded from the build folder rather than their development folder. This is required so that other build artefacts such as libraries are available.
1 parent 81a8afb commit 9ded434

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Toolset/home.livecodescript

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,12 +2052,7 @@ function revEnvironmentExtensionsPaths
20522052
if revEnvironmentIsInstalled() then
20532053
return hookToolsPath("extensions", sToolsPath & "/Extensions")
20542054
else
2055-
-- Load the real extensions rather than the packaged versions
2056-
local tPaths
2057-
put revEnvironmentRepositoryPath() & slash & "extensions" into tPaths
2058-
put return & revEnvironmentCommercialRepositoryPath() \
2059-
& slash & "extensions" after tPaths
2060-
return tPaths
2055+
return sBinariesPath & slash & "packaged_extensions"
20612056
end if
20622057
end revEnvironmentExtensionsPaths
20632058

0 commit comments

Comments
 (0)