|
@@ -4,15 +4,16 @@ package("eabase")
|
|
set_description("EABase is a small set of header files that define platform-independent data types and platform feature macros.")
|
|
set_description("EABase is a small set of header files that define platform-independent data types and platform feature macros.")
|
|
set_license("BSD-3-Clause")
|
|
set_license("BSD-3-Clause")
|
|
|
|
|
|
- add_urls("https://github.com/electronicarts/EABase/archive/$(version).tar.gz")
|
|
|
|
|
|
+ add_urls("https://github.com/electronicarts/EABase/archive/refs/tags/$(version).tar.gz",
|
|
|
|
+ "https://github.com/electronicarts/EABase.git")
|
|
|
|
+
|
|
add_versions("2.09.05", "f85b98c96f1976aa013c8d6016c5e37a409633ac3fce843cd4ec0b89c67e6b7a")
|
|
add_versions("2.09.05", "f85b98c96f1976aa013c8d6016c5e37a409633ac3fce843cd4ec0b89c67e6b7a")
|
|
|
|
+ add_patches("2.09.05", "patches/2.09.05/add-arm64-windows.patch", "c140e4587fdb1fc93b16df639da93aac5d331420b86f68363482be31f4bd2bfd")
|
|
|
|
|
|
- on_install("windows", "linux", "macosx", function (package)
|
|
|
|
|
|
+ on_install("!wasm", function (package)
|
|
os.cp("include/Common/EABase", package:installdir("include"))
|
|
os.cp("include/Common/EABase", package:installdir("include"))
|
|
end)
|
|
end)
|
|
|
|
|
|
-
|
|
|
|
on_test(function (package)
|
|
on_test(function (package)
|
|
- assert(package:has_cxxfuncs("EA_LIMITS_DIGITS_U(int)",
|
|
|
|
- {configs = {languages = "c++17"}, includes = "EABase/eabase.h"}))
|
|
|
|
|
|
+ assert(package:has_cxxfuncs("EA_LIMITS_DIGITS_U(int)", {configs = {languages = "c++17"}, includes = "EABase/eabase.h"}))
|
|
end)
|
|
end)
|