This website requires JavaScript.
Explore
Help
Sign In
bazel
/
rules_foreign_cc
Watch
2
Star
0
Fork
You've already forked rules_foreign_cc
0
mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced
2024-11-27 02:43:28 +00:00
Code
Issues
Releases
Activity
4a6fd7fd62
rules_foreign_cc
/
tools
/
build_defs
/
version.bzl
2 lines
65 B
Python
Raw
Normal View
History
Unescape
Escape
Extract shell fragments into a toolchain (#196) * Extract shell fragments into a toolchain Construct script in framework.bzl using special notation for calling shell fragments, defining and referencing environment variables; have the script converted from this special notation into a real script (see README.md notes.) The special notation is used to keep script construction in code still readable. Tools scripts (cmake, ninja) were also converted. * Fix reference to environment variables in examples .. and reference it correctly $$var_name$$ so it is replaced further * Review comments: documentation, explicitly mark functions from toolchain - mark functions from shell toolchain as ##funname##, so that they can not be mixed with usual shell functions * Fix operating system name for windows in toolchain file * Additional env vars for windows * Correct cmake tool build * Do not build ninja on Windows * When run on Windows under msys, find utility from Window could "leak"... into the script. Use heuristics to use /usr/bin/find if it exists. Also, use pwd -W to get Windows-styled paths (for cmake)
2019-01-18 17:06:10 +00:00
VERSION
=
"
0.0.6
"
# shell toolchain and native tools toolchains
Copy permalink