From 82150f564136427b4e0436af41e6f1abd4fe2574 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 6 Aug 2020 19:19:25 +1000 Subject: Workaround release builds failing Issue caused by e9c4325515aed. --- source/blender/python/BPY_extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/BPY_extern.h') diff --git a/source/blender/python/BPY_extern.h b/source/blender/python/BPY_extern.h index 5773f146dcc..42472dda42c 100644 --- a/source/blender/python/BPY_extern.h +++ b/source/blender/python/BPY_extern.h @@ -55,7 +55,7 @@ void BPY_python_start(int argc, const char **argv); void BPY_python_end(void); void BPY_python_reset(struct bContext *C); void BPY_python_use_system_env(void); -void BPY_python_backtrace(FILE *file); +void BPY_python_backtrace(/* FILE */ void *file); /* global interpreter lock */ -- cgit v1.2.3