mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: wmake -show-xyz in more places (issue #1256)
This commit is contained in:
committed by
Andrew Heather
parent
787325a916
commit
ee4300b0a1
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user