Skip to content

Commit

Permalink
remove version-specific override
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jul 18, 2024
1 parent 28a82b7 commit 235f92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else
endif

PKG_CPPFLAGS = $(ABSL_CFLAGS) $(OPENSSL_CFLAGS) -DSTRICT_R_HEADERS -DS2_USE_EXACTFLOAT -D_USE_MATH_DEFINES -DNDEBUG -DOMIT_STRPTIME -I../src
PKG_LIBS = -LC:/rtools44/x86_64-w64-mingw32.static.posix/bin/../lib $(ABSL_LIB_FLAGS) $(OPENSSL_LIB_FLAGS)
PKG_LIBS = $(ABSL_LIB_FLAGS) $(OPENSSL_LIB_FLAGS)

CXX_STD = CXX17

Expand Down

0 comments on commit 235f92e

Please sign in to comment.