Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support configuable prebuilt library path pattern #41

Closed
chen3feng opened this issue May 18, 2013 · 1 comment
Closed

Support configuable prebuilt library path pattern #41

chen3feng opened this issue May 18, 2013 · 1 comment

Comments

@chen3feng
Copy link
Owner

Now, the path pattern is hard-coded as lib64/lib.a, this design make it configuable:
cc_library(
prebuilt=True,
pattern = 'lib$bits/lib$name.$suffix'
)
here, $bits means bits, $name means name, $suffix means suffix. other vars are:
$arch
$os
$cc
$profile

@chen3feng
Copy link
Owner Author

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant