Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng committed Dec 5, 2023
1 parent cd0dc9c commit 8bbe413
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
if os_type == "Linux":
LINK_ARGS = ["-Wl,-rpath,$ORIGIN"]
LIBRARY_DIRS = ["src/radarsimcpp/build"]
elif os_type == "Darwin":
LINK_ARGS = ["-Wl,-rpath,$ORIGIN"]
LIBRARY_DIRS = ["src/radarsimcpp/build"]
elif os_type == "Windows":
LINK_ARGS = []
LIBRARY_DIRS = ["src/radarsimcpp/build/Release"]
Expand Down

0 comments on commit 8bbe413

Please sign in to comment.