Print gcc & g++ version when using the gnu config
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6532 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
913d5a62b2
commit
b7630502dc
1 changed files with 4 additions and 0 deletions
|
@ -342,6 +342,10 @@ if makensis_env['PLATFORM'] == 'hpux':
|
|||
makensis_conf.CheckLib("hppa")
|
||||
makensis_conf.Finish()
|
||||
|
||||
### print version info
|
||||
stub_env.Execute('$CC --version')
|
||||
makensis_env.Execute('$CXX --version')
|
||||
|
||||
### return
|
||||
|
||||
Return('stub_env makensis_env plugin_env util_env cp_util_env test_env stub_uenv plugin_uenv')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue