| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
…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
|
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. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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