diff --git a/flake.nix b/flake.nix index 4fe00b1..e8daec7 100755 --- a/flake.nix +++ b/flake.nix @@ -112,7 +112,7 @@ buildPhase = '' g++ \ - modules/Window/src/*.cpp modules/Window/src/WindowImpl/*.cpp src/App.cpp \ + modules/Window/src/*.cpp modules/Window/src/WindowImpl/GLFW/*.cpp src/App.cpp \ -fpic -shared \ -I src -I include \ -lGL -lglfw -lGLEW \