annotate buildsys/lua/setenv.sh @ 217:87c695673522

dynload darwin/mach-o update: - removed unnecessarily complex darwin loader interface, and sharing with dynload_unix now - mach-o symbol resolving refactored: * to handle symlinks, relative paths, paths with random casing * loading lib when not already loaded, for API consistency with ELF and PE implementations
author Tassilo Philipp
date Thu, 06 Apr 2017 12:00:36 +0200
parents 3e629dc19168
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
1 #
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2 PATH=$PWD/lua-5.1.4/src:$PATH
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
3 export PATH
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
4