Skip to content

Commit

Permalink
working on it
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Jun 27, 2024
1 parent ec4e242 commit a5900a6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ def build(bld):

lib_dir = None

if install_dir.find_node("lib"):

if install_dir.find_node("lib64"):
lib_dir = install_dir.make_node("lib64")
else:
# Declare the lib directory for the external library
lib_dir = install_dir.make_node("lib")

elif install_dir.find_node("lib64"):
lib_dir = install_dir.make_node("lib64")

# build the external library through an external process
bld(
rule=CMakeBuildTask,
Expand Down

0 comments on commit a5900a6

Please sign in to comment.