mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: remove WM_LINK_LANGUAGE env variable (always c++)
- was somewhat redundant in wmake/rules/General/general anyhow
This commit is contained in:
@ -26,9 +26,9 @@ else
|
||||
endif
|
||||
|
||||
include $(DEFAULT_RULES)/general
|
||||
include $(DEFAULT_RULES)/$(WM_LINK_LANGUAGE)
|
||||
include $(DEFAULT_RULES)/c++
|
||||
sinclude $(RULES)/general
|
||||
sinclude $(RULES)/$(WM_LINK_LANGUAGE)
|
||||
sinclude $(RULES)/c++
|
||||
include $(GENERAL_RULES)/transform
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user