mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Fixed RenderDoc define on Linux.
This commit is contained in:
parent
510bc9e344
commit
0dcde526dd
1 changed files with 1 additions and 1 deletions
2
3rdparty/renderdoc/renderdoc_app.h
vendored
2
3rdparty/renderdoc/renderdoc_app.h
vendored
|
@ -36,7 +36,7 @@
|
||||||
#endif
|
#endif
|
||||||
#define RENDERDOC_CC __cdecl
|
#define RENDERDOC_CC __cdecl
|
||||||
|
|
||||||
#elif defined(LINUX)
|
#elif defined(__linux__)
|
||||||
|
|
||||||
#ifdef RENDERDOC_EXPORTS
|
#ifdef RENDERDOC_EXPORTS
|
||||||
#define RENDERDOC_API __attribute__ ((visibility ("default")))
|
#define RENDERDOC_API __attribute__ ((visibility ("default")))
|
||||||
|
|
Loading…
Reference in a new issue