We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efa79d commit 9b73aa4Copy full SHA for 9b73aa4
1 file changed
makefile
@@ -25,7 +25,7 @@ ifeq ($(PLATFORM), windows)
25
else ifeq ($(PLATFORM), macos)
26
# macOS-specific settings
27
COMPILER = clang++
28
- PLATFORM_OPTS = -Llib/macos -framework CoreVideo -framework IOKit -framework Cocoa -framework GLUT -framework OpenGL lib/macos/libraylib.a
+ PLATFORM_OPTS = -Llib -framework CoreVideo -framework IOKit -framework Cocoa -framework GLUT -framework OpenGL lib/libraylib.a
29
OUT_FILE = $(MACOS_OUT)
30
RM = rm -f
31
endif
0 commit comments