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

Commit 70d95b7

Browse files
author
Don Goodman-Wilson
committed
adding cx support to djinni
2 parents 8d125ee + e5a040f commit 70d95b7

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# forked from: https://github.com/dropbox/djinni
2-
31
# Djinni
42

53
Djinni is a tool for generating cross-language type declarations and interface bindings. It's

src/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ else
4040
fi
4141

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

0 commit comments

Comments
 (0)