Skip to content

Commit 9b73aa4

Browse files
committed
Refactor makefile: Update macOS platform options for cross compilation
1 parent 0efa79d commit 9b73aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ifeq ($(PLATFORM), windows)
2525
else ifeq ($(PLATFORM), macos)
2626
# macOS-specific settings
2727
COMPILER = clang++
28-
PLATFORM_OPTS = -Llib/macos -framework CoreVideo -framework IOKit -framework Cocoa -framework GLUT -framework OpenGL lib/macos/libraylib.a
28+
PLATFORM_OPTS = -Llib -framework CoreVideo -framework IOKit -framework Cocoa -framework GLUT -framework OpenGL lib/libraylib.a
2929
OUT_FILE = $(MACOS_OUT)
3030
RM = rm -f
3131
endif

0 commit comments

Comments
 (0)