Skip to content

Commit

Permalink
Merge pull request #4 from alexholcombe/master
Browse files Browse the repository at this point in the history
Update zzz.R
  • Loading branch information
alexander-pastukhov authored May 31, 2024
2 parents d9e43e7 + 4e38008 commit 0444f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
include_path <- locate_files(required_headers,
c(Sys.getenv("EDFAPI_INC"),
'/Library/Frameworks/edfapi.framework/Headers/'))
library_path <-'/Library/Frameworks/edfapi.framework/'
library_path <-'/Library/Frameworks/'
if (!is.null(include_path)) {
Sys.setenv("PKG_CXXFLAGS"=sprintf('-I"%s"', include_path))
Sys.setenv("PKG_LIBS"=sprintf('-framework edfapi -F%s -rpath %s', library_path, library_path))
Expand Down

0 comments on commit 0444f84

Please sign in to comment.