-
Notifications
You must be signed in to change notification settings - Fork 7
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
Does not expand the macro in additional parameters #37
Comments
После |
https://abf.io/build_lists/4178477 по это ссылке без |
по-моему, еще несколько лет назад натыкался на то, что в подобных конструкциях зажевывает кавычки |
Еще не смотрели по чему параметр не отрабатывает на ABF? |
Пока не до этого |
хм,макросы то должны раскрываться как то ,или все на with переделывать. |
Поставьте мок и попробуйте сами найти проблему. |
в мок работает,на абф нет |
Я ж говорю, что это абф зажевывает кавычки
|
On ABF, the additional parameters section does not disclose the macro "--define".
if you create a macro %{!?bld_slowdebug:%global bld_slowdebug 0} and we need to expand it to --define="bld_slowdebug 1" in additional parameters, does not work.
it can be seen in the screenshot from the log file.
The text was updated successfully, but these errors were encountered: