Skip to content

Commit

Permalink
adjustments for macos gnuplot update
Browse files Browse the repository at this point in the history
  • Loading branch information
AllinCottrell committed Dec 24, 2024
1 parent 9a27417 commit 29e60c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version 2025a, in progress
- "meantest" and "vartest" commands: support a variant where
the second series is a dummy with which to split the first
into two samples
- macOS builds: update gnuplot to version 6.0.2

2024-12-12 version 2024d
- "append" command: make the help text more explicit
Expand Down
7 changes: 1 addition & 6 deletions gui/osx_env.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,11 @@ void osx_setup_paths (void)
{
char userpath[MAXPATHLEN + 1];
char execpath[MAXPATHLEN + 1];
const char *gpshare = "6.0";
uint32_t pathsz = sizeof execpath;
gchar *tmp, *respath = NULL;
char *c, *rhome;

#if GTK_MAJOR_VERSION == 3
const char *gpshare = "6.0";
#else
const char *gpshare = "5.4";
#endif

/* record the initial working directory */
getcwd(userpath, sizeof userpath);
setenv("GRETL_STARTDIR", userpath, 1);
Expand Down

0 comments on commit 29e60c6

Please sign in to comment.