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 e0827a8 commit ecf04f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PWD := $(shell pwd)
CONAN_HOME := "$(PWD)/conan-staging/.conan2"
CONANDEPS_MK := $(shell "$(CONAN_HOME)" ../run_conan.py)
CONANDEPS_MK := $(shell env "$(CONAN_HOME)" ../run_conan.py)
include $(CONANDEPS_MK)

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

0 comments on commit ecf04f7

Please sign in to comment.