Fixed tests.

This commit is contained in:
Alexander Podkhalyuzin
2017-06-08 13:35:35 +03:00
committed by SvyatoslavScherbina
parent bc941269f0
commit 9e8ca0fa8d
+2 -2
View File
@@ -1833,13 +1833,13 @@ kotlinNativeInterop {
}
sockets {
defFile '../../samples/socket/src/c_interop/sockets.def'
defFile '../../samples/socket/src/main/c_interop/sockets.def'
flavor 'native'
}
if (isMac()) {
opengl {
defFile '../../samples/opengl/src/c_interop/opengl.def'
defFile '../../samples/opengl/src/main/c_interop/opengl.def'
linkerOpts '-framework', 'OpenGL', '-framework', 'GLUT'
flavor 'native'
}