Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed May 1, 2024
1 parent a134862 commit 6268d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ enum class CinteropLibraries {
LIBZMQ -> {
addHeaderFile("zmq.h")
addHeaderFile("zmq_utils.h")
settings.compilerOpts("-DZMQ_BUILD_DRAFT_API=1")
}
LIBCURL -> {
addHeaderFile("curl/curl.h")
Expand Down

0 comments on commit 6268d7d

Please sign in to comment.