Skip to content

Commit

Permalink
Merge pull request #129 from JoeOsborn/fix-emscripten
Browse files Browse the repository at this point in the history
use emar for archiving, not em++
  • Loading branch information
LibretroAdmin authored Oct 31, 2023
2 parents 7721766 + 8da7256 commit df0d3af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -841,9 +841,7 @@ else
all: $(TARGET)

$(TARGET): $(OBJECTS)
ifeq ($(platform), emscripten)
$(CXX) $(CFLAGS) $(OBJOUT)$@ $^
else ifeq ($(STATIC_LINKING), 1)
ifeq ($(STATIC_LINKING), 1)
$(AR) rcs $@ $(OBJECTS)
else
$(LD) $(fpic) $(SHARED) $(LINKOUT)$@ $(OBJECTS) $(LDFLAGS) $(WINSOCKS)
Expand Down

0 comments on commit df0d3af

Please sign in to comment.