-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't build broken pythonlib examples
- Loading branch information
1 parent
3ec8864
commit 59db467
Showing
4 changed files
with
20 additions
and
20 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
(executables (names ocaml_async) (preprocess (pps ppx_let ppx_python)) | ||
(modes (native shared_object)) (flags :standard -linkall) | ||
(libraries base async pyml python_lib python_ocaml_init_async)) | ||
; (executables (names ocaml_async) (preprocess (pps ppx_let ppx_python)) | ||
; (modes (native shared_object)) (flags :standard -linkall) | ||
; (libraries base async pyml python_lib python_ocaml_init_async)) |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
(executables (names python_gen) (preprocess (pps ppx_let ppx_python)) | ||
(libraries base compiler-libs.common pyml python_lib)) | ||
; (executables (names python_gen) (preprocess (pps ppx_let ppx_python)) | ||
; (libraries base compiler-libs.common pyml python_lib)) |
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
(executables (names ocaml) (preprocess (pps ppx_let ppx_python)) | ||
(modes (byte shared_object)) (flags :standard -linkall) | ||
(libraries base core_kernel pyml python_lib)) | ||
; (executables (names ocaml) (preprocess (pps ppx_let ppx_python)) | ||
; (modes (byte shared_object)) (flags :standard -linkall) | ||
; (libraries base core_kernel pyml python_lib)) | ||
|
||
(rule (targets date_bindings.ml gen_types.ml) | ||
(deps (:first_dep ../python_gen.exe) | ||
%{workspace_root}/lib/core_kernel/src/core_kernel__Date.cmi) | ||
(action | ||
(bash | ||
"%{first_dep} ../../../../../lib/core_kernel/src/core_kernel__Date.cmi ./date_bindings.ml")) | ||
(mode fallback)) | ||
; (rule (targets date_bindings.ml gen_types.ml) | ||
; (deps (:first_dep ../python_gen.exe) | ||
; %{workspace_root}/lib/core_kernel/src/core_kernel__Date.cmi) | ||
; (action | ||
; (bash | ||
; "%{first_dep} ../../../../../lib/core_kernel/src/core_kernel__Date.cmi ./date_bindings.ml")) | ||
; (mode fallback)) | ||
|
||
(alias (name feature-subtree-build) | ||
(deps date_bindings.ml gen_types.ml ocaml.so)) | ||
; (alias (name feature-subtree-build) | ||
; (deps date_bindings.ml gen_types.ml ocaml.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
(executables (names ocaml) (preprocess (pps ppx_let ppx_python)) | ||
(modes (byte shared_object)) (flags :standard -linkall) | ||
(libraries base compiler-libs.toplevel pyml python_lib python_ocaml_init)) | ||
; (executables (names ocaml) (preprocess (pps ppx_let ppx_python)) | ||
; (modes (byte shared_object)) (flags :standard -linkall) | ||
; (libraries base compiler-libs.toplevel pyml python_lib python_ocaml_init)) |