Skip to content

Commit

Permalink
update webchuck build to updated import path
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed Oct 30, 2024
1 parent ae85188 commit 803c092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host-web/chuck_emscripten.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ extern "C"
// chugin_search.push_back( chuck_global_data_dir + "/Chugins" );
// chugin_search.push_back( chuck_global_data_dir + "/ChuGins" );
chugin_search.push_back( chuck_global_data_dir + "chugins" );
chuck->setParam( CHUCK_PARAM_USER_CHUGIN_DIRECTORIES, chugin_search );
chuck->setParam( CHUCK_PARAM_IMPORT_PATH_SYSTEM, chugin_search );

// default real-time audio is true | chuck-1.4.2.1 (ge) added
// set hint, so internally can advise things like async data writes etc.
Expand Down

0 comments on commit 803c092

Please sign in to comment.