Hopefully fixed compilation of the Shiny profiler on Linux,
where the Shiny profiler shall be disabled.
This commit is contained in:
parent
19312d0a1a
commit
52dc18e350
8 changed files with 24 additions and 25 deletions
|
@ -33,7 +33,7 @@ THE SOFTWARE.
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef SHINY_IS_COMPILED
|
||||
#if SHINY_IS_COMPILED == TRUE
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue