Supposedly fix lua version problem on non-unix platforms.

pull/110/head
pirogronian 2018-05-24 19:19:21 +02:00 committed by Hleb Valoshka
parent 4c93f8b948
commit 3cf7383b4e
1 changed files with 2 additions and 0 deletions

View File

@ -589,6 +589,7 @@ else{
# Disable the regrettable min and max macros in windows.h
DEFINES += NOMINMAX
DEFINES += LUA_VER=0x050100
}
@ -636,6 +637,7 @@ macx {
LIBS += -L$$FRAMEWORKPATH
DEFINES += PNG_SUPPORT
DEFINES += TARGET_OS_MAC __AIFF__
DEFINES += LUA_VER=0x050100
FRAMEWORKS.files = $$FRAMEWORKPATH/liblua.dylib $$FRAMEWORKPATH/libpng.dylib
FRAMEWORKS.path = Contents/Frameworks