mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: add wmake rules for Pgi compiler (#1234)
This commit is contained in:
@ -65,6 +65,12 @@ Description
|
||||
#ifdef darwin
|
||||
#include <mach-o/dyld.h>
|
||||
#else
|
||||
|
||||
// PGI does not have __int128_t
|
||||
#ifdef __PGIC__
|
||||
#define __ILP32__
|
||||
#endif
|
||||
|
||||
#include <link.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user