spellcheck

This commit is contained in:
2025-03-17 12:48:41 -05:00
parent ae25ee11ed
commit a7be10fde3

View File

@@ -112,7 +112,7 @@
buildPhase = '' buildPhase = ''
g++ \ 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 \ -fpic -shared \
-I src -I include \ -I src -I include \
-lGL -lglfw -lGLEW \ -lGL -lglfw -lGLEW \