Skip to content

Commit

Permalink
Fixed static library build
Browse files Browse the repository at this point in the history
  • Loading branch information
vertver committed Aug 25, 2024
1 parent 055de68 commit a29f5fb
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 a29f5fb

Please sign in to comment.