mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
chore: adjust include path for lz4 dependency
This commit is contained in:
2
thirdparty/lz4.lua
vendored
2
thirdparty/lz4.lua
vendored
@ -3,7 +3,7 @@ lz4 = {}
|
||||
function lz4:include(includes)
|
||||
if includes:handle(self:name()) then
|
||||
includedirs {
|
||||
path.join(ThirdPartyFolder(), "lz4")
|
||||
path.join(ThirdPartyFolder(), "lz4/lib")
|
||||
}
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user