Premake: Fix exported include paths for BitMRC.

This commit is contained in:
/dev/urandom 2016-08-26 23:41:01 +02:00
parent 86c6450ac2
commit 481a9483ed
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -11,8 +11,8 @@ end
function bitmrc.import() function bitmrc.import()
if not bitmrc.settings then error("Run bitmrc.setup first") end if not bitmrc.settings then error("Run bitmrc.setup first") end
sqlite3.import() sqlite3.links()
libcryptopp.import() libcryptopp.links()
bitmrc.links() bitmrc.links()
bitmrc.includes() bitmrc.includes()
end end