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