Commit 721453cf authored by Jacob Potter's avatar Jacob Potter

Remove unnecessary param from run_djinni.sh

(7b384fa7 changed the default to djinni_generated)
parent 7b384fa7
...@@ -64,7 +64,6 @@ $base_dir/../src/run-assume-built \ ...@@ -64,7 +64,6 @@ $base_dir/../src/run-assume-built \
--ident-jni-file NativeFooBar \ --ident-jni-file NativeFooBar \
\ \
--objc-out "$temp_out/objc" \ --objc-out "$temp_out/objc" \
--objcpp-namespace djinni_generated \
--objc-type-prefix TXS \ --objc-type-prefix TXS \
\ \
--idl "$in" --idl "$in"
......
...@@ -65,7 +65,6 @@ $base_dir/../src/run-assume-built \ ...@@ -65,7 +65,6 @@ $base_dir/../src/run-assume-built \
--ident-jni-file NativeFooBar \ --ident-jni-file NativeFooBar \
\ \
--objc-out "$temp_out/objc" \ --objc-out "$temp_out/objc" \
--objcpp-namespace djinni_generated \
--objc-type-prefix DB \ --objc-type-prefix DB \
\ \
--idl "$in" --idl "$in"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment