Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/trepl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-11-08 18:25:14 +0300
committerGitHub <noreply@github.com>2016-11-08 18:25:14 +0300
commita957edf4867654e7641ad1728296a910dad47091 (patch)
tree404709948e3933d3b882b4f91a14d6bd3b127dd4
parentbecbca60471c0ce4525c9fd3ac8a9e953896b1c7 (diff)
parentb5c89ece29ef9fbfff631e7a7248187fb4af5265 (diff)
Merge pull request #57 from howard0su/freebsd
Fix compile on FreeBSD
-rw-r--r--trepl-scm-1.rockspec8
1 files changed, 8 insertions, 0 deletions
diff --git a/trepl-scm-1.rockspec b/trepl-scm-1.rockspec
index 62d6812..76fdb60 100644
--- a/trepl-scm-1.rockspec
+++ b/trepl-scm-1.rockspec
@@ -35,6 +35,14 @@ build = {
}
},
platforms = {
+ freebsd = {
+ modules = {
+ ['readline'] = {
+ incdirs = {'/usr/local/include'},
+ libdirs = {'/usr/local/lib'}
+ }
+ }
+ },
windows = {
modules = {
['readline'] = {