Skip to content

Commit

Permalink
properly set cxxstd in sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Apr 3, 2024
1 parent 277db29 commit dc267cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/adbcsqlite/src/Makevars.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

CXXSTD = CXX17
CXX_STD = CXX17
PKG_CPPFLAGS=-I../src/ -I../src/c/ -I../src/c/vendor/ -I../src/c/vendor/fmt/include/ @cppflags@ -DADBC_EXPORT="" -DFMT_HEADER_ONLY=1 -D_LIBCPP_DISABLE_AVAILABILITY
PKG_LIBS=@libs@

Expand Down

0 comments on commit dc267cc

Please sign in to comment.