fixed file position issue

This commit is contained in:
2026-05-26 22:16:22 -06:00
parent 95c8c4b61a
commit f49df47cc4

View File

@@ -0,0 +1,15 @@
package("lae_allocator")
set_kind("library")
set_description("Allocator abstraction library")
set_homepage("https://laentropia-homelab.tail7368da.ts.net/laentropia/Allocator")
add_urls("https://laentropia-homelab.tail7368da.ts.net/laentropia/Allocator.git")
add_versions("1.0.0", "278973a006")
on_install(function(package)
import("package.tools.xmake").install(package)
end)