fcm icon indicating copy to clipboard operation
fcm copied to clipboard

fcm make: build: support wildcards in property namespaces

Open matthewrmshin opened this issue 11 years ago • 0 comments

Wildcard syntax such as:

build.prop{fc.flags}[*/foo/bar] = --some-option
build.prop{fc.flags}[foo/bar/a*] = --some-other-options

can be useful for declaring multiple compiler options for a selection of name spaces.

matthewrmshin avatar Jul 08 '13 13:07 matthewrmshin