mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 20:31:15 -03:00
Remove Python dependency from Makefile and Xcode build
https://github.com/fish-shell/fish-shell/issues/429
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
#include "parser_keywords.h"
|
||||
#include "env.h"
|
||||
#include "expand.h"
|
||||
#include "builtin_scripts.h"
|
||||
|
||||
/**
|
||||
Table containing all functions
|
||||
@@ -58,9 +57,7 @@ public:
|
||||
static function_autoload_t function_autoloader;
|
||||
|
||||
/** Constructor */
|
||||
function_autoload_t::function_autoload_t() : autoload_t(L"fish_function_path",
|
||||
internal_function_scripts,
|
||||
sizeof internal_function_scripts / sizeof *internal_function_scripts)
|
||||
function_autoload_t::function_autoload_t() : autoload_t(L"fish_function_path", NULL, 0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user