Fix sdl.def link in README.md (#2290)

This commit is contained in:
Vanessa Pyne
2018-11-01 03:52:56 -04:00
committed by Nikolay Igotti
parent 6e0cde1e30
commit e287b25e18
+1 -1
View File
@@ -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