From ac951f1a7d9f6a984a5716bab6bfd0a14a7d11ac Mon Sep 17 00:00:00 2001 From: otavepto Date: Mon, 25 Mar 2024 01:27:12 +0200 Subject: [PATCH] missing flag for win build --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6b0f79c6..066da443 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,11 @@ Arguments you can pass to this script: * `+lib-netsockets-32` *(experimental)*: build a standalone networking sockets library (32-bit) * `+lib-netsockets-64` *(experimental)*: build a standalone networking sockets library (64-bit) +>>>>>>>>> ___ + +* `+lib-gameoverlay-32` *(experimental)*: build a standalone stub/mock GameOverlayRenderer.dll library (32-bit) +* `+lib-gameoverlay-64` *(experimental)*: build a standalone stub/mock GameOverlayRenderer64.dll library (64-bit) +
### On Linux: