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 7d68881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-halide-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: startsWith(matrix.os, 'window') == false

- name: Resolve C++ build dependencies (msvc toolchain)
run: meson setup proximal/halide proximal/halide/build
run: meson setup --vsenv proximal/halide proximal/halide/build
if: startsWith(matrix.os, 'window') == true

- name: Build Python interfaces
Expand Down
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 7d68881

Please sign in to comment.