[aisleriot] guile: Load the real api.scm module when compiling
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot] guile: Load the real api.scm module when compiling
- Date: Sat, 3 Dec 2011 20:20:13 +0000 (UTC)
commit 5c4d55043c32cc23abbce85807920b59446d88e9
Author: Christian Persch <chpe gnome org>
Date: Sat Dec 3 21:07:23 2011 +0100
guile: Load the real api.scm module when compiling
This fixes an exception in bakers-game.
games/guile-compile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/games/guile-compile b/games/guile-compile
index 195e324..32dedfc 100755
--- a/games/guile-compile
+++ b/games/guile-compile
@@ -29,9 +29,7 @@ exec $GUILE $GUILE_FLAGS -e '(@@ (guild) main)' -s "$0" "$@"
;; empty
-(define-module (aisleriot api))
-
-;; empty
+(primitive-load-path "api")
(define-module (guild)
#:use-module (ice-9 getopt-long)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]