This repository was archived by the owner on Aug 31, 2021. It is now read-only.
[[ Bug 19658 ]] Make CEF work on linux#103
Merged
runrevmark merged 1 commit intodevelopfrom Jun 13, 2017
Merged
Conversation
This patch ensures the CEF weak stubs bind to Externals/CEF/libcef.so rather than CEF/libcef.so.
Member
|
@livecode-vulcan review ok 83267ce |
Member
|
@runrevmark I take it this is meant to be only on Linux |
|
💙 review by @livecodeali ok 83267ce |
Member
|
@runrevmark Answered my own question by looking at the engine repo PR :-) |
livecode-vulcan
added a commit
to livecode/livecode
that referenced
this pull request
Jun 13, 2017
[[ Bug 19658 ]] Make CEF work in Linux This patch changes the layout of the CEF files so that things will run from the -bin folder when building from source, from the IDE and in Standalones. Note: This is still not quite right - but getting there - there is a problem with the placement of the various files. Basically the *-cefprocess files, icudat and *.bin files must be next to the LiveCode executable; whilst libcef and other resources can be in a subfolder. However, when running from the bin folder, the subfolder is CEF, and not Externals/CEF. Depends on: livecode/livecode-thirdparty#103
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch ensures the CEF weak stubs bind to Externals/CEF/libcef.so
rather than CEF/libcef.so.