fixed a typo

This commit is contained in:
Yessiest 2022-04-10 17:51:58 +04:00
parent 3d9750c61c
commit 9e6f09050f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
LUA_VERSION=5.2
INCLUDES=-I/usr/lib/lua${LUA_VERSION}
INCLUDES=-I/usr/include/lua${LUA_VERSION}
CXX=g++
CFLAGS=-fPIC
LIBS=-lqalculate