when CPPFLAGS include a parameter that has any spaces (e.g. CPPFLAGS="-DBN_LLONG=\"long long\""), $CPP $CPPFLAGS fails. (aarch64--netbsd-clang: error: no such file or directory: 'long"')
advice to u
when CPPFLAGS include a parameter that has any spaces (e.g. CPPFLAGS="-DBN_LLONG=\"long long\""), $CPP $CPPFLAGS fails. (aarch64--netbsd-clang: error: no such file or directory: 'long"')
advice to use "eval" by soda@. thanks.
show more ...
|