-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable creation of dllpiqilib_stubs.so as a part of piqilib bytecode …
…build (#49) It turned out this is necessary for OCaml toplevel and utop to work with piqilib/piqirun.ext
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
/piqi_json_parser.ml | ||
|
||
/libpiqilib_stubs.a | ||
/dllpiqilib_stubs.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c17f83d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah man, yeah we want it to integrate much more cleanly with the OCamlMakefile, since my change was dirty. I strove hard for hours to dig out how to make my change a clean and straightforward. Augmenting the makefile the way I did worked, but wasn't the most professional and proper. I agree with this alternative additional support.
Absolutely man, I just wish I had come up with a change that were so clean with regards to using OCamlMakefile, but I was ready to push code. Thanks so much, now I can take what I've learned from this with me.
c17f83d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, just comment when you've pushed the version, I will update and test.