Fix path to SDL defs in README (#446)
This commit is contained in:
committed by
Nikolay Igotti
parent
305dbd30a6
commit
8505f03d8e
@@ -37,7 +37,7 @@ For some tests, use:
|
||||
./gradlew backend.native:tests:run
|
||||
|
||||
To generate interoperability stubs create library definition file
|
||||
(take a look on `samples/tetris/tetris.sdl`) and run `cinterop` tool like this:
|
||||
(take a look on [`samples/tetris/sdl.def`](https://github.com/JetBrains/kotlin-native/blob/master/samples/tetris/sdl.def)) and run `cinterop` tool like this:
|
||||
|
||||
cinterop -def lib.def
|
||||
|
||||
|
||||
Reference in New Issue
Block a user