diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/paths.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/paths.c b/src/core/paths.c index 0bb59e7..21540bd 100644 --- a/src/core/paths.c +++ b/src/core/paths.c @@ -206,9 +206,13 @@ char *get_effective_directory_new(TargetDirectoryType type) } +#ifdef DISCARD_LOCAL + +# ifdef PYTHON_PACKAGE + bad_sync: -#ifdef DISCARD_LOCAL +# endif free(dyn_path_tmp); |