Skip to content

Commit

Permalink
Fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMrBonnie committed Feb 4, 2022
1 parent 6262f83 commit 99fae69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/src/runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void JSBytecodeRuntime::ProcessClientFile(alt::IResource* resource, alt::IPackag
if(!result) return;

// Compile the extra files
alt::config::Node& config = resource->GetConfig();
alt::config::Node config = resource->GetConfig();
alt::config::Node& node = config["extra-compile-files"];
if(node && node.IsList())
{
Expand Down

0 comments on commit 99fae69

Please sign in to comment.