Skip to content

Commit

Permalink
Adjust include path for R for the non pkg-config case too
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Apr 4, 2024
1 parent 6351e96 commit 3a3564e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/r/configure
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export CXX="`${R_HOME}/bin/R CMD config CXX`"
export CMAKE_OSX_ARCHITECTURES="`uname -m`"
tools/build_libtiledbsoma.sh

pkgincl="-I../inst/tiledb/include -I../inst/tiledbsoma/include"
pkgincl="-I../inst/tiledb/include -I../inst/tiledbsoma/include -I../inst/tiledbsoma/include/tiledbsoma"
pkglibs="-ltiledb -L../inst/tiledb/lib -ltiledbsoma -L../inst/tiledbsoma/lib"
rpath="-Wl,-rpath,'\$\$ORIGIN/../tiledb/lib' -Wl,-rpath,'\$\$ORIGIN/../tiledbsoma/lib'"
macosver=`${R_HOME}/bin/Rscript -e 'if (Sys.info()["sysname"] == "Darwin") cat("-mmacosx-version-min=11.0") else cat("")'`
Expand Down

0 comments on commit 3a3564e

Please sign in to comment.