Overview
Comment: | tests/Makefile: Fix a typo |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
aae79941325d7febb63e60548d4d57da |
User & Date: | js on 2020-10-03 14:46:05 |
Other Links: | manifest | tags |
Context
2020-10-03
| ||
19:35 | Fix import of +Private.h file in .h file check-in: 8dda2fcc32 user: js tags: trunk | |
14:46 | tests/Makefile: Fix a typo check-in: aae7994132 user: js tags: trunk | |
09:52 | Use rpath for ObjFW check-in: 1250801719 user: js tags: trunk | |
Changes
Modified tests/Makefile from [6ca48291a7] to [7d657de8c8].
︙ | |||
30 31 32 33 34 35 36 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | - + | fi LD_LIBRARY_PATH=.$${LD_LIBRARY_PATH+:}$$LD_LIBRARY_PATH \ DYLD_FRAMEWORK_PATH=../src:../src/runtime$${DYLD_FRAMEWORK_PATH+:}$$DYLD_FRAMEWORK_PATH \ DYLD_LIBRARY_PATH=.$${DYLD_LIBRARY_PATH+:}$$DYLD_LIBRARY_PATH \ LIBRARY_PATH=.$${LIBRARY_PATH+:}$$LIBRARY_PATH \ ${WRAPPER} ./${PROG_NOINST}; EXIT=$$?; \ rm -f libobjsqlite3.so.${OBJSQLITE3_LIB_MAJOR}; \ |
︙ |