Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Feb 5, 2024
1 parent ecf04f7 commit 305522d
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,6 +1,7 @@
PWD := $(shell pwd)
CONAN_HOME := "$(PWD)/conan-staging/.conan2"
CONANDEPS_MK := $(shell env "$(CONAN_HOME)" ../run_conan.py)
export CONAN_HOME := "$(PWD)/conan-staging/.conan2"

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

PKG_CPPFLAGS := -std=c++17
Expand Down

0 comments on commit 305522d

Please sign in to comment.