Skip to content

Commit 548b617

Browse files
committed
foo
1 parent 2f75cfe commit 548b617

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build_macosx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
- name: install dependencies
8585
run: |
8686
brew install freetype
87-
brew link freetype
8887
8988
- name: download font
9089
run: |

examples/simple/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bin = simple
33
root = ../..
44

55
CFLAGS = -pedantic -Wall -g -I$(root)/src
6-
LDFLAGS = -L$(root) -Wl,-rpath,$(root) -ldrawtext -lfreetype $(libgl)
6+
LDFLAGS = -L$(root) -Wl,-rpath,$(root) -ldrawtext $(libgl)
77

88
font = serif.ttf
99

0 commit comments

Comments
 (0)