1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-30 17:13:15 +00:00

Update installers for path.janet

This commit is contained in:
Calvin Rose 2019-06-02 13:30:52 -04:00
parent c20c9cd5d7
commit d7954e6fe3
2 changed files with 3 additions and 1 deletions

View File

@ -89,6 +89,7 @@ section "Janet" BfWSection
# Modules # Modules
file /oname=Library\cook.janet auxlib\cook.janet file /oname=Library\cook.janet auxlib\cook.janet
file /oname=Library\path.janet auxlib\path.janet
# C headers # C headers
file /oname=C\janet.h dist\janet.h file /oname=C\janet.h dist\janet.h

View File

@ -172,7 +172,8 @@ run_target('repl', command : [janet_mainclient])
install_man('janet.1') install_man('janet.1')
install_headers('src/include/janet.h', 'src/include/janetconf.h', subdir: 'janet') install_headers('src/include/janet.h', 'src/include/janetconf.h', subdir: 'janet')
janet_libs = [ janet_libs = [
'auxlib/cook.janet' 'auxlib/cook.janet',
'auxlib/path.janet'
] ]
janet_binscripts = [ janet_binscripts = [
'auxbin/jpm' 'auxbin/jpm'