Skip to content

Commit

Permalink
Merge pull request #85 from vertver/main
Browse files Browse the repository at this point in the history
Fixed static library build
  • Loading branch information
dzhdanNV authored Aug 26, 2024
2 parents 055de68 + a29f5fb commit 5d8a4ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Include/NRI.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ Non-goals:
#endif

#ifndef NRI_API
#ifdef NRI_STATIC_LIBRARY
#define NRI_API
#elif defined(__cplusplus)
#if defined(__cplusplus)
#define NRI_API extern "C"
#else
#define NRI_API extern
Expand Down

0 comments on commit 5d8a4ea

Please sign in to comment.