Skip to content

Commit

Permalink
Use luajit library when linking on MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
franko committed Feb 24, 2016
1 parent eb152dc commit ca8fe59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RANLIB= ranlib

ifeq ($(HOST_SYS),Windows)
LUAJIT_CFLAGS := -IC:/fra/local/include
LUAJIT_LIBS := -LC:/fra/local/lib -llua51
LUAJIT_LIBS := -LC:/fra/local/lib -lluajit
else
LUAJIT_CFLAGS := $(shell pkg-config luajit --cflags)
LUAJIT_LIBS := $(shell pkg-config luajit --libs)
Expand Down

0 comments on commit ca8fe59

Please sign in to comment.