From 138b4fa247fcb8af703e8997959ca02e978b89bf Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 2 Oct 2024 00:50:48 +0300 Subject: [PATCH] wscript: allow async resolving for PSVita --- wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/wscript b/wscript index b2ec3b89..8bc64dcb 100644 --- a/wscript +++ b/wscript @@ -233,7 +233,6 @@ def configure(conf): elif conf.env.DEST_OS == 'psvita': conf.options.NO_VGUI = True conf.options.GL = True - conf.options.NO_ASYNC_RESOLVE = True conf.options.USE_STBTT = True # we'll specify -fPIC by hand for shared libraries only enforce_pic = False