From 6dfb865dadcf221f99bdca478fc6078f1b6a6aff Mon Sep 17 00:00:00 2001 From: Aaron Ruby Date: Wed, 17 Sep 2025 13:15:38 -0400 Subject: cube: Fix auto WSI platform selection on QNX --- cube/cube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cube') diff --git a/cube/cube.c b/cube/cube.c index 5ccd3025..b4db7500 100644 --- a/cube/cube.c +++ b/cube/cube.c @@ -3895,7 +3895,7 @@ static void demo_check_and_set_wsi_platform(struct demo *demo) { } } if (qnx_extension_available) { - demo->wsi_platform = WSI_PLATFORM_ANDROID; + demo->wsi_platform = WSI_PLATFORM_QNX; return; } } -- cgit v1.2.3