Skip to content

Commit

Permalink
Fix aonther unresolved-symbol bug
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed May 29, 2015
1 parent 04f66d6 commit beed32f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opencog/scm/opencog/query.scm
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@

(define-module (opencog query))

; This is also loaded by (opencog exec) We need it here,
; else we get undefined symbols in libquery.
(load-extension "libexecution" "opencog_exec_init")

(load-extension "libquery" "opencog_query_init")

0 comments on commit beed32f

Please sign in to comment.