Skip to content

Commit

Permalink
ld_library_path
Browse files Browse the repository at this point in the history
  • Loading branch information
antonysigma committed Jul 12, 2024
1 parent 160d746 commit 7745e3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proximal/halide/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,12 @@ if get_option('build_nlm')
}
endif

env = { 'LD_LIBRARY_PATH': halide_library_path }

if build_machine.system() == 'windows'
env = { 'PATH': halide_library_path }
object_file_ext = 'obj'
statlib_file_ext = 'lib'
else
env = { 'LD_LIBRARY_PATH': halide_library_path }
object_file_ext = 'o'
statlib_file_ext = 'a'
endif
Expand Down

0 comments on commit 7745e3f

Please sign in to comment.