Skip to content

Commit

Permalink
Fix the libtk_wrapper build issue reported in #30
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral B. Shah committed Jun 18, 2013
1 parent 1d6c9f4 commit 8de1c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Expand Up @@ -98,4 +98,4 @@ alllibs = find_library("Tk", "libtcl8.6", ["tcl86g", "libtcl8.6", "/usr/local/op
if !alllibs; build(); end

# Build Tk_wrapper
find_library("Tk", "libtk_wrapper",["libtk_wrapper"]) || build_wrapper()
if !find_library("Tk", "libtk_wrapper",["libtk_wrapper"]); build_wrapper(); end

0 comments on commit 8de1c04

Please sign in to comment.