Skip to content

Commit 5450cc3

Browse files
Merge pull request #48 from zickgraf/fix
Fix "dot" script and prefer artifact libs over system libs
2 parents ca7b2ad + f25d974 commit 5450cc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CapAndHomalg"
22
uuid = "c4774649-1891-41ea-a883-87141804c57c"
33
authors = ["Mohamed Barakat <[email protected]>"]
4-
version = "1.4.0"
4+
version = "1.4.1"
55

66
[deps]
77
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"

src/setup.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function regenerate_Graphviz_wrapper(binpath, wrapperpath)
4848
toolpath = joinpath(wrapperpath, tool)
4949
write(toolpath, """
5050
#!/bin/sh
51-
export $(LIBPATH_env)="$(Graphviz_jll.LIBPATH)"
51+
export $(LIBPATH_env)="$(join(reverse(Graphviz_jll.LIBPATH_list),":"))"
5252
$(binpath)/$(tool) "\$@"
5353
""")
5454
chmod(toolpath, 0o777)

0 commit comments

Comments
 (0)