build: simplify workflow
linux; switch to gcc to support older hlds builds as well win32: switch to clang as default compiler
This commit is contained in:
parent
1ecc0827c9
commit
28e9f44dee
8 changed files with 72 additions and 120 deletions
|
|
@ -34,7 +34,7 @@ find_program ('hostname', required: true)
|
|||
|
||||
cpp = meson.get_compiler ('cpp')
|
||||
sys = host_machine.system ()
|
||||
target = build_machine.cpu_family ()
|
||||
target = host_machine.cpu_family ()
|
||||
version = meson.project_version ()
|
||||
count = run_command ('git', 'rev-list', '--count', 'HEAD').stdout ().strip ()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue