Skip to content

Commit

Permalink
Merge pull request #26 from jcai849/clojure-compiles
Browse files Browse the repository at this point in the history
enable clojure compilation
  • Loading branch information
ul authored Nov 7, 2021
2 parents 9cdb0f2 + 08e5caa commit fc579f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ fn main() {
"c-sharp",
#[cfg(feature = "c")]
"c",
#[cfg(feature = "clojure")]
"clojure",
#[cfg(feature = "cpp")]
"cpp",
#[cfg(feature = "css")]
Expand Down

0 comments on commit fc579f2

Please sign in to comment.