CONFIG: wmake -show-xyz in more places (issue #1256)

This commit is contained in:
Mark Olesen
2019-04-12 11:02:30 +02:00
committed by Andrew Heather
parent 787325a916
commit ee4300b0a1
4 changed files with 25 additions and 16 deletions

View File

@ -1,8 +1,8 @@
#!/bin/sh
# Allwmake with scan-build (clang)
c_compiler="$(command -v $WM_CC)"
cxx_compiler"$(command -v $WM_CXX)"
c_compiler="$(command -v "$(wmake -show-c)")"
cxx_compiler="$(command -v "$(wmake -show-cxx)")"
set -x