File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $(package)_config_opts_mingw32=--enable-mingw
12
12
$(package ) _config_opts_linux=--with-pic
13
13
$(package ) _config_opts_android=--with-pic
14
14
$(package ) _cflags+=-Wno-error=implicit-function-declaration
15
- $(package ) _cxxflags=-std=c++17
15
+ $(package ) _cxxflags+ =-std=c++17
16
16
$(package ) _cppflags_mingw32=-DUNICODE -D_UNICODE
17
17
endef
18
18
Original file line number Diff line number Diff line change 23
23
$(package)_toolset_$(host_os) =gcc
24
24
endif
25
25
$(package ) _config_libraries=filesystem,system,test
26
- $(package ) _cxxflags=-std=c++17 -fvisibility=hidden
26
+ $(package ) _cxxflags+ =-std=c++17 -fvisibility=hidden
27
27
$(package ) _cxxflags_linux=-fPIC
28
28
$(package ) _cxxflags_android=-fPIC
29
29
$(package ) _cxxflags_x86_64_darwin=-fcf-protection=full
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ define $(package)_set_vars
12
12
$(package ) _config_opts += --disable-Werror --disable-drafts --enable-option-checking
13
13
$(package ) _config_opts_linux=--with-pic
14
14
$(package ) _config_opts_android=--with-pic
15
- $(package ) _cxxflags=-std=c++17
15
+ $(package ) _cxxflags+ =-std=c++17
16
16
endef
17
17
18
18
define $(package)_preprocess_cmds
You can’t perform that action at this time.
0 commit comments