summary refs log tree commit diff stats
path: root/paths.go
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-15 00:24:55 +0530
committerAndinus <andinus@nand.sh>2020-04-15 00:24:55 +0530
commita129334aefa559e36783347c5243303a6dd8b104 (patch)
treedfd3964ccf879037b14a7a917641963b45e123b9 /paths.go
parent0dfcf8cb81daa80aa751a5a40c243e64ee030929 (diff)
downloadlynx-a129334aefa559e36783347c5243303a6dd8b104.tar.gz
Compile for non OpenBSD systems
Previously the compilation would fail for non OpenBSD systems & the
user had to manage it themselves. Now it compiles on non OpenBSD
systems but returns nil immediately because unveil isn't supported on
those systems.
Diffstat (limited to 'paths.go')
-rw-r--r--paths.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/paths.go b/paths.go
index 2a3986e..589cca5 100644
--- a/paths.go
+++ b/paths.go
@@ -1,3 +1,5 @@
+// +build openbsd
+
 // Package lynx is a simple wrapper to unveil.
 package lynx