Skip to content

main/lua5.3: fix variables in pkg-config file

Rasmus Thomsen requested to merge (removed):lua5.3 into master

These need to be braced, otherwise pkg-config wont recognise them as variables and produce nonsense like this:

pkg-config --libs --cflags lua5.3 -Iincludedir -Llibdir -llua -lm

Merge request reports