Skip to content

Commit

Permalink
Added lua-compat-5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stetre committed Apr 10, 2020
1 parent fdde9cf commit c339308
Show file tree
Hide file tree
Showing 5 changed files with 1,405 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Objs := $(Src:.c=.o)
COPT += -O2
#COPT += -O0 -g
COPT += -Wall -Wextra -Wpedantic
COPT += -DCOMPAT53_PREFIX=moonglfw_compat_
COPT += -std=gnu99
COPT += -DLUAVER=$(LUAVER)

Expand Down
Loading

0 comments on commit c339308

Please sign in to comment.