aboutsummaryrefslogtreecommitdiff
path: root/META.coq
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2017-03-09 01:09:50 +0100
committerEmilio Jesus Gallego Arias2017-03-10 16:23:07 +0100
commitd201ccad094feda44a4d232de936df57c33f22f2 (patch)
treef0d99eae7e805377f79ec2a2d1b9b3b8a1a351a0 /META.coq
parentccb706774a8f9bf4f58f6899a58e6cc5117901a6 (diff)
[META] [build] Install dlls to kernel/byterun
This makes the dll path consistent both in `-local` and non-local Coq install.
Diffstat (limited to 'META.coq')
-rw-r--r--META.coq15
1 files changed, 5 insertions, 10 deletions
diff --git a/META.coq b/META.coq
index 5084237e8e..83134d4a08 100644
--- a/META.coq
+++ b/META.coq
@@ -43,21 +43,16 @@ package "lib" (
package "vm" (
description = "Coq VM"
-
version = "8.7"
-# dllpath is dependent on the type of Coq install. In a local one
-# we'll want kernel/byterun, in a non-local one we want to set it to
-# coqlib. We should thus generate this file at configure time, but
-# let's hear for some more feedback from experts.
+ directory = "kernel/byterun"
-# Enable for local native & byte builds
-# directory = "kernel/byterun"
+# We should generate this file at configure time for local byte builds
+# to work properly.
-# Enable for local byte builds and set up properly
-# linkopts(byte) = "-dllpath /path/to/coq/kernel/byterun/ -dllib -lcoqrun"
+# Enable this setting for local byte builds, disabling the one below.
+# linkopts(byte) = "-dllpath path_to_coq/kernel/byterun/ -dllib -lcoqrun"
-# Disable for local byte builds
linkopts(byte) = "-dllib -lcoqrun"
linkopts(native) = "-cclib -lcoqrun"