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

feat(jit-processor): allow adding include, shared libs from cli #134

Merged
merged 4 commits into from
Nov 28, 2024

Conversation

Samy-33
Copy link
Contributor

@Samy-33 Samy-33 commented Nov 22, 2024

This closes #127

➜  compiler+runtime git:(feat/include-and-lib-paths) ✗ ./build/jank -L /usr/lib/ffmpeg4.4 -lavformat cpp-repl
Bottom of clojure.core
native> ^D%                                                                                                                                                                                                                                                  
➜  compiler+runtime git:(feat/include-and-lib-paths) ✗ ./build/jank -L /usr/lib/ffmpeg4.4 -lavforma cpp-repl 
Exception: Failed to load dynamic library `avforma`

@Samy-33 Samy-33 force-pushed the feat/include-and-lib-paths branch from 020f1c8 to 87843fc Compare November 23, 2024 05:01
@Samy-33 Samy-33 marked this pull request as ready for review November 23, 2024 05:01
@Samy-33 Samy-33 requested a review from jeaye November 27, 2024 12:05
@jeaye jeaye merged commit 418ad11 into jank-lang:main Nov 28, 2024
2 of 4 checks passed
@jeaye
Copy link
Member

jeaye commented Nov 28, 2024

Nice work!

@Samy-33 Samy-33 deleted the feat/include-and-lib-paths branch November 28, 2024 08:41
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.

Add support for include paths, library paths, and linked libs
2 participants