Skip to content

Commit fb9a69a

Browse files
cube: Fix QNX platform
1 parent c9ed944 commit fb9a69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cube/cube.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3895,7 +3895,7 @@ static void demo_check_and_set_wsi_platform(struct demo *demo) {
38953895
}
38963896
}
38973897
if (qnx_extension_available) {
3898-
demo->wsi_platform = WSI_PLATFORM_ANDROID;
3898+
demo->wsi_platform = WSI_PLATFORM_QNX;
38993899
return;
39003900
}
39013901
}

0 commit comments

Comments
 (0)