diff options
-rwxr-xr-x | build.lua | 2 | ||||
-rw-r--r-- | lib/luajit.pc (renamed from src/others/luajit.pc) | 0 |
2 files changed, 2 insertions, 0 deletions
@@ -83,6 +83,8 @@ CFLAGOPTS = readCommand('echo "$CFLAGOPTS"') | |||
83 | -- Make sure any old servers are killed off. | 83 | -- Make sure any old servers are killed off. |
84 | os.execute(baseDir .. '/bin/killem.sh') | 84 | os.execute(baseDir .. '/bin/killem.sh') |
85 | 85 | ||
86 | PKG_CONFIG_PATH = baseDir .. '/lib:' .. readCommand('echo $PKG_CONFIG_PATH') | ||
87 | |||
86 | CFLAGS = '-g -Wall -I ' .. baseDir .. '/src/libraries' | 88 | CFLAGS = '-g -Wall -I ' .. baseDir .. '/src/libraries' |
87 | CFLAGS = CFLAGS .. ' ' .. pkgConfig('cflags', 'luajit') | 89 | CFLAGS = CFLAGS .. ' ' .. pkgConfig('cflags', 'luajit') |
88 | --CFLAGS = CFLAGS .. ' ' .. '-I ' .. baseDir .. '/include/luajit-2.0' | 90 | --CFLAGS = CFLAGS .. ' ' .. '-I ' .. baseDir .. '/include/luajit-2.0' |
diff --git a/src/others/luajit.pc b/lib/luajit.pc index 2e98b78..2e98b78 100644 --- a/src/others/luajit.pc +++ b/lib/luajit.pc | |||