Skip to content

Commit

Permalink
Remove libcurl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegmd committed Feb 13, 2021
1 parent e9223ed commit b48bb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set_xmakever("2.5.1")
set_languages("cxx20")
set_arch("x64")

add_requires("spdlog", "nlohmann_json", "hopscotch-map", "minhook", "mem", "imgui", "sol2", "tiltedcore", "libcurl")
add_requires("spdlog", "nlohmann_json", "hopscotch-map", "minhook", "mem", "imgui", "sol2", "tiltedcore")
add_requireconfs("imgui", { configs = {cxflags = "/DNDEBUG"} })

add_rules("mode.debug","mode.releasedbg", "mode.release")
Expand Down Expand Up @@ -66,7 +66,7 @@ target("cyber_engine_tweaks")
add_headerfiles("src/**.h")
add_includedirs("src/")
add_syslinks("User32", "Version", "d3d11")
add_packages("spdlog", "nlohmann_json", "minhook", "hopscotch-map", "imgui", "mem", "sol2", "tiltedcore", "libcurl")
add_packages("spdlog", "nlohmann_json", "minhook", "hopscotch-map", "imgui", "mem", "sol2", "tiltedcore")
add_deps("RED4ext.SDK")

on_package(function(target)
Expand Down

0 comments on commit b48bb5e

Please sign in to comment.