We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f70fc commit 85f055eCopy full SHA for 85f055e
README.md
@@ -35,7 +35,7 @@ docker-compose build ubuntu-18.04-llvm-6.0
35
# Build the bindgen tool and run the tests.
36
docker-compose run --rm ubuntu-18.04-llvm-6.0
37
# Run the bindgen tool inside the container.
38
-docker-compose run --rm ubuntu-18.04-llvm-6.0 target/scalaBindgen -name union tests/samples/Union.h --
+docker-compose run --rm ubuntu-18.04-llvm-6.0 target/scala-native-bindgen -name union tests/samples/Union.h --
39
```
40
41
[CMake]: https://cmake.org/
0 commit comments