Skip to content

Commit

Permalink
added native deps for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nakkaya committed Nov 21, 2011
1 parent fcbd3c4 commit e01841d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(defproject clodiuno "0.0.3-SNAPSHOT"
:description "Clojure API for Arduino."
:dependencies [[org.clojure/clojure "1.3.0"]]
:native-dependencies
[[org.clojars.nakkaya/rxtx-macosx-native-deps "2.1.7"]]
:native-dependencies [[org.clojars.nakkaya/rxtx-macosx-native-deps "2.1.7"]
[org.clojars.mschristiansen/rxtx-linux-native-deps "2.1.7"]]
:dev-dependencies [[native-deps "1.0.5"]
[lein-clojars "0.6.0"]]
:jvm-opts ["-Djava.library.path=./native/macosx/x86/"
:jvm-opts ["-Djava.library.path=./native/linux/x86/:./native/macosx/x86/"
"-d32"])

0 comments on commit e01841d

Please sign in to comment.