mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: add handling of lib/exe file extensions in makefile (#1238)
- relocates some logic from makefiles/general into platform-specific overrides
This commit is contained in:
committed by
Andrew Heather
parent
5f527c28aa
commit
d2eb50832c
@ -7,3 +7,8 @@ include $(GENERAL_RULES)/Clang/openmp
|
||||
|
||||
include $(DEFAULT_RULES)/c
|
||||
include $(DEFAULT_RULES)/c++
|
||||
|
||||
# Shared library extension (with '.' separator)
|
||||
EXT_SO = .dylib
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user