We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd0b63 commit 17464c2Copy full SHA for 17464c2
test/generator/CMakeLists.txt
@@ -31,7 +31,11 @@ function(add_wasm_executable TARGET)
31
# target_link_libraries(${TARGET} PRIVATE ${args_DEPS})
32
# endif ()
33
34
- find_program(EMCC emcc REQUIRED HINTS "$ENV{EMSDK}/upstream/emscripten")
+ find_program(
35
+ EMCC emcc REQUIRED
36
+ PATH_SUFFIXES upstream/emscripten
37
+ HINTS ENV EMSDK
38
+ )
39
40
# TODO: this is currently hardcoded to settings that are sensible for most of Halide's
41
# internal purposes. Consider adding ways to customize this as appropriate.
0 commit comments