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 \