2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-12-04 08:02:31 +00:00
rules_foreign_cc/tools/build_defs
irengrig a46bef4945
make framework function work on apple: (#63)
- initialize apple tools on workspace level properly using universal install_ws_dependency() function
- pass proper environment variables to the shell script action
- pass proper hidden attributes to framework function rules in case of osx os
- also, clean up WORKSPACE file putting example repositories into a separate file
- correct: repositories needed by framework function itself should be defined in the same single function in workspace_definitions.bzl
- unfortunately, it is not possible to move android initialization anywhere from WORKSPACE file
2018-08-27 14:56:16 +02:00
..
BUILD build cmake if it is missing (should be configurable) (#57) 2018-08-22 22:06:37 +02:00
cc_toolchain_util.bzl correct bugs with shared and interface libs in cc_toolchain_util.bzl (#38) 2018-08-20 16:46:24 +02:00
cmake.bzl make framework function work on apple: (#63) 2018-08-27 14:56:16 +02:00
cmake_build.bzl build cmake if it is missing (should be configurable) (#57) 2018-08-22 22:06:37 +02:00
detect_root.bzl build cmake if it is missing (should be configurable) (#57) 2018-08-22 22:06:37 +02:00
framework.bzl make framework function work on apple: (#63) 2018-08-27 14:56:16 +02:00
ninja_build.bzl build cmake if it is missing (should be configurable) (#57) 2018-08-22 22:06:37 +02:00
utils_osx.sh correct linking for osx, use basename (#56) 2018-08-22 16:02:18 +02:00
utils_unix.sh create non-temporal directory fir build deps (#54) 2018-08-22 15:15:53 +02:00
utils_win.bat use different shell utils file depending on the platform (#52) 2018-08-22 14:31:01 +02:00