Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 7e426288340..11065155f12 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -97,7 +97,7 @@
# include <sys/rtprio.h>
#endif
-#ifdef __linux__
+#ifdef WITH_BINRELOC
#include "binreloc.h"
#endif
@@ -258,8 +258,7 @@ int main(int argc, char **argv)
#endif
-#ifdef __linux__
- /* linux uses binrealoc to know its binary path */
+#ifdef WITH_BINRELOC
br_init( NULL );
#endif