Skip to content

Commit

Permalink
Drop CXX11
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 26, 2023
1 parent da19ec3 commit 2341bbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Version 0.10.26

* Windows: update libs with arm support
* Drop CXX11 in Makevars.win

# Version 0.10.25

Expand Down
1 change: 0 additions & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ifeq ($(R_COMPILED_BY),gcc 8.3.0)
TLS_LIBS = -lssl -lcrypto
endif

CXX_STD=CXX11
PKG_CPPFLAGS = -I$(RWINLIB)/include/mariadb
PKG_LIBS = \
-L$(RWINLIB)/lib$(R_ARCH) \
Expand Down

0 comments on commit 2341bbd

Please sign in to comment.