Skip to content

Commit

Permalink
Fix macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Feb 8, 2024
1 parent d4fc551 commit b7f6cda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PWD := $(shell pwd)
export CONAN_HOME := $(PWD)/conan-staging/.conan2
export CC := "$(shell "$(R_HOME)/bin/Rscript" -e 'Sys.which("gcc")')"
export CXX := "$(shell "$(R_HOME)/bin/Rscript" -e 'Sys.which("g++")')"
export CC = "$(shell "$(R_HOME)/bin/Rscript" -e 'Sys.which("gcc")')"
export CXX = "$(shell "$(R_HOME)/bin/Rscript" -e 'Sys.which("g++")')"
export MACOSX_DEPLOYMENT_TARGET = 10.15

CONANDEPS_MK := $(shell ../run_conan.py)
include $(CONANDEPS_MK)
Expand Down

0 comments on commit b7f6cda

Please sign in to comment.