Skip to content

Commit 94af8ed

Browse files
committed
Remove CXX11
1 parent e25bfdf commit 94af8ed

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

NEWS

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
3.0.3
22
- Skip a test on MacOS because of buggy iconv in Sonoma
3+
- Remove CXX11
34

45
3.0.2
56
- Find paths to dictionaries of RStudio 1.3.x and 1.4.x (@GegznaV, #42)

src/Makevars

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
PKG_CPPFLAGS=-I. -Ihunspell -DBUILDING_LIBHUNSPELL
22
PKG_CXXFLAGS=$(C_VISIBILITY)
3-
CXX_STD=CXX11
43

54
#Add Windows-only flags (ifeq is a GNU extension...)
65
WINRICONV=$(subst 64,-lRiconv,$(subst 32,64,$(WIN)))

0 commit comments

Comments
 (0)