mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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:
parent
929d11b2c1
commit
9ddf06dcee
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/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.
|
# This file is part of GUILE.
|
||||||
#
|
#
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
top_builddir="@top_builddir_absolute@"
|
top_builddir="@top_builddir_absolute@"
|
||||||
|
|
||||||
# set GUILE (clobber)
|
# set GUILE (clobber)
|
||||||
GUILE=${top_builddir}/libguile/guile
|
GUILE=${top_builddir}/libguile/guile@EXEEXT@
|
||||||
export GUILE
|
export GUILE
|
||||||
XDG_CACHE_HOME=${top_builddir}/cache
|
XDG_CACHE_HOME=${top_builddir}/cache
|
||||||
export XDG_CACHE_HOME
|
export XDG_CACHE_HOME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue