Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nwn_script_comp: Custom directories for includes doesn't seem to be supported #98

Closed
PhilippeChab opened this issue Oct 22, 2023 · 2 comments

Comments

@PhilippeChab
Copy link

Description

With nwnsc, I could do the following: nwnsc -i directory_1;directory_2 file_with_includes_in_other_directories.nss

I've tried multiple things:

  • -c file_1.nss file_2.nss directory_1
  • -c file_1.nss,file_2.nss,directory_1
  • -c file_1.nss;file_2.nss;directory_1

None of these seem to work.

Is it something supported or planned to be?

@PhilippeChab
Copy link
Author

Example of a case here.

nwn_script_comp -i src/constants;src/libs -c src/cli/const_cli.nss

@PhilippeChab
Copy link
Author

The --dirs flag does the job, as stated here.

Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant