Fix sdl.def link in README.md (#2290)
This commit is contained in:
committed by
Nikolay Igotti
parent
6e0cde1e30
commit
e287b25e18
@@ -49,7 +49,7 @@ For tests, use:
|
||||
./gradlew backend.native:tests:run
|
||||
|
||||
To generate interoperability stubs, create a library definition file
|
||||
(refer to [`samples/tetris/.../sdl.def`](https://github.com/JetBrains/kotlin-native/blob/master/samples/tetris/src/main/c_interop/sdl.def)), and run the `cinterop` tool like this:
|
||||
(refer to [`samples/tetris/.../sdl.def`](https://github.com/JetBrains/kotlin-native/blob/master/samples/tetris/src/nativeInterop/cinterop/sdl.def)), and run the `cinterop` tool like this:
|
||||
|
||||
cinterop -def lib.def
|
||||
|
||||
|
||||
Reference in New Issue
Block a user