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

[[ Build ]] Make use of thirdparty prebuilts optional #142

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

livecodeian
Copy link
Contributor

This patch modifies the build configuration files of the thirdparty libraries
so that the libraries can either be compiled from source or fetched as prebuilt binaries. This is determined by the 'use_prebuilt_thirdparty' variable which
can be set to a non-zero value to specify using the prebuilt binary files
instead of compiling the libraries from source.

Note - as this patch modifies the default behaviour of the thirdparty library targets, when merging this PR be sure to merge the corresponding PR in livecode/livecode (which I will link to this PR) to avoid any errors when building the thirdparty prebuilts

This patch modifies the build configuration files of the thirdparty libraries
so that the libraries can either be compiled from source or fetched as prebuilt binaries. This is determined by the 'use_prebuilt_thirdparty' variable which
can be set to a non-zero value to specify using the prebuilt binary files
instead of compiling the libraries from source.
@montegoulding
Copy link
Member

@livecode-vulcan review ok de1acc8

@livecode-vulcan
Copy link

💙 review by @montegoulding ok de1acc8

livecode-vulcan added a commit to livecode/livecode that referenced this pull request Mar 27, 2020
…hirdparty-prebuilts

[[ Build ]] Make use of thirdparty prebuilts optional

This PR allows the use of prebuilt thirdparty libraries to be determined by the 'BUILD_THIRDPARTY' environment variable. If this variable is set when configuring the build project files (i.e. with `make config-<platform>`) then rather than use the prebuilt thirdparty libraries these libraries will be compiled from source.

*Note* - depends on livecode/livecode-thirdparty#142
@livecodeian livecodeian force-pushed the feature-optional-use-thirdparty-prebuilts branch from de1acc8 to 47c5e0a Compare March 30, 2020 14:09
@mwieder
Copy link
Contributor

mwieder commented Dec 26, 2020

Would like to give this PR a bump. It's currently blocking my native arm compilation and would also increase testability for newer versions of thirdparty prebuilt libraries.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
4 participants