Skip to content

Commit

Permalink
Fix jsoncpp compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
RipleyTom committed Sep 21, 2024
1 parent fd33870 commit 1c90b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ fn main() {
.define("OpenGL_GL_PREFERENCE", "GLVND")
.define("DYNAMIC_LOADER", "OFF")
.define("CMAKE_INSTALL_LIBDIR", "lib")
.define("BUILD_WITH_SYSTEM_JSONCPP", "OFF")
.profile("Release")
.build();

Expand Down

0 comments on commit 1c90b3e

Please sign in to comment.