From c39b27b0d00a29a5e78a4a1cc3d95216f7715c21 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 17 Apr 2025 17:32:18 -0500 Subject: [PATCH] build --- ExampleModules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExampleModules.nix b/ExampleModules.nix index d3610c0..f650a3b 100644 --- a/ExampleModules.nix +++ b/ExampleModules.nix @@ -234,7 +234,7 @@ modules/examples/ChatServer/src/*.cpp \ modules/ServerModule/src/*.cpp \ -fpic -shared \ - -I src -I include \ + -I src -I include -I .\ -I ${pkgs.gamenetworkingsockets}/include/GameNetworkingSockets \ -lGameNetworkingSockets \ -DCHATSERVER_DYNAMIC \