mirror of
https://github.com/love2d/love-appimage-source.git
synced 2026-08-12 08:40:51 +02:00
11 lines
170 B
Diff
11 lines
170 B
Diff
21d20
|
|
< LDFLAGS=
|
|
24c23
|
|
< CFLAGS=-Wall -Winline -O2 -g $(BIGFILES)
|
|
---
|
|
> CFLAGS=-fPIC -Wall -Winline -O2 -g $(BIGFILES)
|
|
27c26
|
|
< PREFIX=/usr/local
|
|
---
|
|
> PREFIX?=/usr/local
|