Skip to content

Commit

Permalink
Add support for NetCore.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Apr 7, 2020
1 parent 583b725 commit a0f7787
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ all:
@$(MAKE) deps
@$(MAKE) build
@$(MAKE) test
@$(MAKE) release
@$(MAKE) clear

# Show help
help:
Expand Down
2 changes: 1 addition & 1 deletion source/metacall.scm
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ The project is primarily developed by Microsoft and released under the MIT Licen
"-DOPTION_BUILD_LOADERS_RB=ON"
"-DOPTION_BUILD_LOADERS_FILE=ON"
"-DOPTION_BUILD_LOADERS_NODE=ON"
"-DOPTION_BUILD_LOADERS_CS=OFF" ; TODO
"-DOPTION_BUILD_LOADERS_CS=ON"

; TODO: Avoid harcoded versions of Ruby
(string-append "-DRUBY_EXECUTABLE=" (assoc-ref %build-inputs "dynruby") "/bin/ruby")
Expand Down

0 comments on commit a0f7787

Please sign in to comment.