mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Update installers for path.janet
This commit is contained in:
parent
c20c9cd5d7
commit
d7954e6fe3
@ -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
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user