Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CocoaDemo Framework paths (#52)
Browse files Browse the repository at this point in the history
mszoek committed May 26, 2021
1 parent d21ff45 commit 2258ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/app/Makefile
Original file line number Diff line number Diff line change
@@ -28,8 +28,8 @@ SRCS=main.m MyView.m
MK_DEBUG_FILES=no
RESOURCES=rsc helium.jpg CocoaDemo.png
SLF=/System/Library/Frameworks
FRAMEWORKS=${SLF}/AppKit/AppKit ${SLF}/CoreGraphics ${SLF}/Onyx2D ${SLF}/OpenGL \
${SLF}/Foundation/Foundation ${SLF}/CoreFoundation ${SLF}/DBusKit/DBusKit
FRAMEWORKS=${SLF}/AppKit ${SLF}/CoreGraphics ${SLF}/Onyx2D ${SLF}/OpenGL \
${SLF}/Foundation ${SLF}/CoreFoundation ${SLF}/DBusKit
LDFLAGS+=-L/usr/local/lib -lGL

build: all

0 comments on commit 2258ed6

Please sign in to comment.