Skip to content

Commit

Permalink
Update metacall to v0.3.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Mar 9, 2021
1 parent 679fa77 commit 43ce971
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions source/metacall.scm
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,12 @@ a focus on simplicity and productivity.")
(define-public metacall
(package
(name "metacall")
(version "0.3.15")
(version "0.3.17")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "1nfj7hp46yp412nkbsnjyz90mw30wn9d3ykpnacbc2ixl92m469i"))
(sha256 (base32 "1a0dgz229vxafxj82ha7nx1syjn107zvd9k3pzs53513d3j952pm"))
)
)
(build-system cmake-build-system)
Expand Down Expand Up @@ -418,9 +418,6 @@ a focus on simplicity and productivity.")
; Disable stack-smashing protection and source fortify in order to improve libc portability / compatibility
"-DOPTION_BUILD_SECURITY=OFF"

; Distributable libs
"-DOPTION_BUILD_DIST_LIBS=ON"

; Examples
"-DOPTION_BUILD_EXAMPLES=ON"

Expand Down

0 comments on commit 43ce971

Please sign in to comment.