Skip to content

Commit

Permalink
PKG_CXXFLAGS should use CXX_VISIBILITY, not C_VISIBILITY
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Nov 17, 2024
1 parent bd8a5c6 commit 3d7efa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PKG_CPPFLAGS=-I../inst/include @cflags@ -DUCHAR_TYPE=wchar_t -DU_SHOW_CPLUSPLUS_API=0
PKG_CXXFLAGS=$(C_VISIBILITY)
PKG_CXXFLAGS=$(CXX_VISIBILITY)
PKG_LIBS=@libs@

0 comments on commit 3d7efa2

Please sign in to comment.