mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-28 00:40:42 +00:00
fix bug with relative path in extractor (#1299)
This commit is contained in:
parent
c4a92571b2
commit
cb29052128
@ -118,7 +118,7 @@ int main(int argc, char** argv) {
|
||||
|
||||
// Compile!
|
||||
Compiler compiler;
|
||||
compiler.make_system().set_constant("*iso-data*", jak1_input_files.string());
|
||||
compiler.make_system().set_constant("*iso-data*", absolute(jak1_input_files).string());
|
||||
compiler.make_system().set_constant("*use-iso-data-path*", true);
|
||||
|
||||
compiler.make_system().load_project_file(
|
||||
|
Loading…
Reference in New Issue
Block a user