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

Several nix fixes #1737

Merged
merged 2 commits into from
Dec 29, 2024
Merged

Several nix fixes #1737

merged 2 commits into from
Dec 29, 2024

Conversation

vssukharev
Copy link
Contributor

Recent development shell didn't really provide the working one so that it wasn't possible to build c3c manually. The commit is fixing this.

@tomaskallup
Copy link
Contributor

I can build it just fine using the shell, what I'm not sure about is the comment about usage for C3_CMAKE_FLAGS, the way I build the binary is following:

$ mkdir build
$ cd build
$ cmake .. $C3_CMAKE_FLAGS
$ cmake --build .

@vssukharev
Copy link
Contributor Author

I have no idea how to do it in other way. We should declare additional information about LLD, cause cmake can't find it. Hopefully, we don't need patches: just additional environment variable.

@vssukharev vssukharev changed the title Fixed nix c3c development shell Several nix fixes Dec 29, 2024
@lerno lerno merged commit 7b734df into c3lang:master Dec 29, 2024
34 checks passed
@lerno
Copy link
Collaborator

lerno commented Dec 29, 2024

Thank you!

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 this pull request may close these issues.

3 participants