mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-27 20:04:29 +03:00
Hopefully fixed compilation of the Shiny profiler on Linux,
where the Shiny profiler shall be disabled.
This commit is contained in:
@@ -27,7 +27,7 @@ THE SOFTWARE.
|
||||
|
||||
#include "ShinyManager.h"
|
||||
|
||||
#ifdef SHINY_IS_COMPILED
|
||||
#if SHINY_IS_COMPILED == TRUE
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/* public preprocessors */
|
||||
@@ -254,7 +254,7 @@ THE SOFTWARE.
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
#else /* #if SHINY_IS_COMPILED == TRUE */
|
||||
#else /* if SHINY_IS_COMPILED == TRUE */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -292,6 +292,6 @@ SHINY_INLINE ShinyData GetEmptyData() {
|
||||
#define PROFILE_SET_ENABLED(boolean)
|
||||
#endif
|
||||
|
||||
#endif /* SHINY_IS_COMPILED */
|
||||
#endif /* SHINY_IS_COMPILED == TRUE */
|
||||
|
||||
#endif /* SHINY_MACROS_H */
|
||||
|
||||
Reference in New Issue
Block a user