Skip to content

Commit

Permalink
linux-x11: Split Defines to make mods easiers
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Munaut <[email protected]>
  • Loading branch information
smunaut committed Jan 16, 2021
1 parent 9b67e14 commit 10598b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/linux-x11/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
CC=gcc
CFLAGS=-g -m32 -Wall -DNORMALUNIX -DLINUX -I..
CFLAGS=-g -m32 -Wall
LDFLAGS=-m32 -L/usr/X11R6/lib
LIBS=-lXext -lX11 -lm

CFLAGS+=\
-DNORMALUNIX \
-DLINUX \
$(NULL)


include ../sources.mk

Expand Down

0 comments on commit 10598b3

Please sign in to comment.