Re: [pypy-dev] '@rpython/$(TARGET)' problem

2017-02-20 Thread Armin Rigo
Hi John, On 16 February 2017 at 01:50, John Zhang wrote: > Hi all (Armin?), > I have been troubled by the line rpython/translator/platform/drawin.py:35, > where it adds ‘@rpath/$(TARGET)’ to the linker arguments for shared > libraries. This assumes that the usage case will

[pypy-dev] '@rpython/$(TARGET)' problem

2017-02-16 Thread John Zhang
Hi all (Armin?), I have been troubled by the line rpython/translator/platform/drawin.py:35, where it adds ‘@rpath/$(TARGET)’ to the linker arguments for shared libraries. This assumes that the usage case will be from a Makefile, where $(TARGET) is defined. However, in