Skip to content

Commit

Permalink
make rpath on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed Oct 29, 2024
1 parent e8c3d17 commit 01aaaef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/crossdb/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def source(self):

def generate(self):
tc = CMakeToolchain(self)
tc.cache_variables["CMAKE_MACOSX_RPATH"] = True
tc.generate()

def build(self):
Expand Down

0 comments on commit 01aaaef

Please sign in to comment.