diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-04-14 16:57:15 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-04-14 16:57:15 -0700 |
commit | 68dc8fd88d1fc23d6b882531343b38a8e2c7ac99 (patch) | |
tree | 00bf0c979f362cf401a41fc37a4f5717edb9094f /bootstrap.sh | |
parent | b1739a7f310d9540f309afda175af2ae5a1dcca9 (diff) | |
download | mc-68dc8fd88d1fc23d6b882531343b38a8e2c7ac99.tar.gz |
Get much closer to getting this whole mess working on OSX.
It looks like the last missing piece is a working getcwd.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 9a37036..efb4b57 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -208,5 +208,5 @@ echo ../6/6m -I ../libstd -I ../libbio -I ../libregex test.myr ../6/6m -I ../libstd -I ../libbio -I ../libregex test.myr echo ../6/6m -I ../libstd -I ../libbio -I ../libregex main.myr ../6/6m -I ../libstd -I ../libbio -I ../libregex main.myr -echo ld -o mbld ../rt/_myrrt.o clean.o config.o deps.o types.o fsel.o util.o subdir.o main.o parse.o build.o opts.o install.o test.o -L../libstd -L../libbio -L../libregex -L/home/ori/bin/lib/myr -lregex -lbio -lstd -lsys -lsys -lstd -lbio -lregex - ld -o mbld ../rt/_myrrt.o clean.o config.o deps.o types.o fsel.o util.o subdir.o main.o parse.o build.o opts.o install.o test.o -L../libstd -L../libbio -L../libregex -L/home/ori/bin/lib/myr -lregex -lbio -lstd -lsys -lsys -lstd -lbio -lregex +echo ld -macosx_version_min 10.6 -pagezero_size 100000000 -o mbld ../rt/_myrrt.o clean.o config.o deps.o types.o fsel.o util.o subdir.o main.o parse.o build.o opts.o install.o test.o -L../libstd -L../libbio -L../libregex -lregex -lbio -lstd -lsys -lsys -lstd -lbio -lregex + ld -macosx_version_min 10.6 -pagezero_size 100000000 -o mbld ../rt/_myrrt.o clean.o config.o deps.o types.o fsel.o util.o subdir.o main.o parse.o build.o opts.o install.o test.o -L../libstd -L../libbio -L../libregex -lregex -lbio -lstd -lsys -lsys -lstd -lbio -lregex |