mirror of
https://github.com/libretro/vice-libretro.git
synced 2024-11-23 08:19:46 +00:00
use emar for object file archives, not em++
This commit is contained in:
parent
04f37fe3a1
commit
f3542eb9ce
4
Makefile
4
Makefile
@ -448,9 +448,7 @@ all: $(TARGET)
|
||||
-include $(OBJECTS:.o=.d))
|
||||
|
||||
$(TARGET): $(OBJECTS)
|
||||
ifeq ($(platform), emscripten)
|
||||
$(CXX) -r $(SHARED) -o $@ $(OBJECTS) $(LDFLAGS)
|
||||
else ifeq ($(STATIC_LINKING), 1)
|
||||
ifeq ($(STATIC_LINKING), 1)
|
||||
$(AR) rcs $@ $(OBJECTS)
|
||||
#STATIC_LINKING=1 and additional Makefile.common sources are incompatible for PS3 environment
|
||||
else ifeq ($(platform), ps3)
|
||||
|
Loading…
Reference in New Issue
Block a user