Skip to content

Commit

Permalink
Updated ObjFW - added 1.1.7 (#5046)
Browse files Browse the repository at this point in the history
* Updated objfw

* update objfw

* use package:is_plat

* Updated objfw

* Update xmake.lua

---------

Co-authored-by: ruki <[email protected]>
  • Loading branch information
Frityet and waruqi authored Aug 26, 2024
1 parent 61bcf51 commit 72d341e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/o/objfw/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package("objfw")
add_versions("1.1.4", "f6bfdbab22008aae3e4b48d77ced1a04c5153961c6f7e5492891f90ae5131a78")
add_versions("1.1.5", "9d45d2009a0bb9b1a0918918e454b47b8161670df8016b5f3a85eccea91d8988")
add_versions("1.1.6", "c19a97a011e14780fb32cfbdbbd6a699a955b57124e4e079768cb8aad4430e1d")

add_versions("1.1.7", "5107d8a0627e2270d211abf1b4f6c50fd89c8d672d2179b50daa7d3b66d68a70")

if is_host("linux", "macosx") then
add_deps("autoconf", "automake", "libtool")
Expand Down Expand Up @@ -84,6 +84,15 @@ package("objfw")
end
end)

on_check(function (package)
assert(package:check_msnippets({test = [[
void test() {
@autoreleasepool {
}
}
]]}))
end)

on_install("linux", "macosx", function (package)
local configs = {}
local tls = package:config("tls")
Expand Down

0 comments on commit 72d341e

Please sign in to comment.