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

odin build .. (building parent directory) results in error on Linux #4321

Open
karl-zylinski opened this issue Sep 29, 2024 · 0 comments
Open

Comments

@karl-zylinski
Copy link
Contributor

Context

Odin:    dev-2024-09:8371ef668
OS:      Ubuntu 22.04.3 LTS, Linux 6.2.0-39-generic
CPU:     11th Gen Intel(R) Core(TM) i7-11370H @ 3.30GHz
RAM:     15665 MiB
Backend: LLVM 17.0.6

Expected Behavior

odin build .. should work, it works on Windows

Current Behavior

It errors on Linux with Output path /path/to/parent_dir is a directory.

Failure Information (for bugs)

Steps to Reproduce

  1. Make directory parent_dir
  2. Inside parent_dir make directory child_dir
  3. Go into child_dir and run odin build ..
  4. Error will say that Output path /path/to/parent_dir is a directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants