Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
adding cx support to djinni
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Goodman-Wilson committed Nov 20, 2016
2 parents 8d125ee + e5a040f commit 70d95b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# forked from: https://github.com/dropbox/djinni

# Djinni

Djinni is a tool for generating cross-language type declarations and interface bindings. It's
Expand Down
2 changes: 1 addition & 1 deletion src/build
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ else
fi

if [ "$need_to_build" -eq 1 ]; then
echo "Building https://slack-github.com/slack/djinni/tree/master_with_cx Djinni... "
echo "Building Djinni... "
cd "$base_dir"
./support/sbt compile start-script
else
Expand Down

0 comments on commit 70d95b7

Please sign in to comment.