Skip to content

Commit

Permalink
halide dll path
Browse files Browse the repository at this point in the history
  • Loading branch information
antonysigma committed Jul 18, 2024
1 parent cf0f2d2 commit 8223be4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions proximal/halide/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ if get_option('build_nlm')
endif

if build_machine.system() == 'windows'
env = { 'PATH': halide_library_path }
env = { 'PATH': halide_library_path / '../../bin/Release'}
object_file_ext = 'obj'
statlib_file_ext = 'lib'
dynamiclib_file_ext = 'dll'
Expand Down Expand Up @@ -191,8 +191,6 @@ foreach p : pipeline_name
input: halide_generator,
env: env,
command: [
#find_program('dumpbin'),
#'/dependents',
compile_cmd,
p['generator_param'],
],
Expand Down

0 comments on commit 8223be4

Please sign in to comment.