1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

fix in-tree guile reference

* meta/guile.in (GUILE): Add @EXEEXT@ for libguile/guile reference, for
  MinGW compiles.
This commit is contained in:
Andy Wingo 2013-03-09 10:29:57 +01:00
parent 929d11b2c1
commit 9ddf06dcee

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2002, 2006, 2008, 2009 Free Software Foundation
# Copyright (C) 2002, 2006, 2008, 2009, 2013 Free Software Foundation
#
# This file is part of GUILE.
#
@ -39,7 +39,7 @@
top_builddir="@top_builddir_absolute@"
# set GUILE (clobber)
GUILE=${top_builddir}/libguile/guile
GUILE=${top_builddir}/libguile/guile@EXEEXT@
export GUILE
XDG_CACHE_HOME=${top_builddir}/cache
export XDG_CACHE_HOME