Skip to content

Commit

Permalink
don't install stringzilla on cross
Browse files Browse the repository at this point in the history
  • Loading branch information
45degree committed Oct 16, 2024
1 parent 69b9891 commit a64269c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/s/stringzilla/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ package("stringzilla")
add_versions("v2.0.3", "6b52a7b4eb8383cbcf83608eaa08e5ba588a378449439b73584713a16d8920e3")
add_versions("v1.2.2", "2e17c49965841647a1c371247f53b2f576e5fb32fe4b84a080d425b12f17703c")

on_install("android|!armeabi-v7a or cross|!arm* or (!android and !cross)", function (package)
on_install("android|!armeabi-v7a or (!android and !cross)", function (package)
if package:version():gt("3.0.0") then
if package:version():gt("3.9.0") then
os.cp("include/stringzilla/drafts.h", package:installdir("include/stringzilla"))
Expand Down

0 comments on commit a64269c

Please sign in to comment.