Skip to content

Commit

Permalink
This text is not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 authored and bearoso committed Dec 29, 2018
1 parent a66d66f commit 2b0e4b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libretro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -619,13 +619,11 @@ else
all: $(TARGET)

$(TARGET): $(OBJECTS)
@echo "** BUILDING $(TARGET) FOR PLATFORM $(platform) **"
ifeq ($(STATIC_LINKING), 1)
$(AR) rcs $@ $(OBJECTS)
else
+$(LD) $(fpic) $(SHARED) $(LINKOUT)$@ $(OBJECTS) $(LDFLAGS) $(LIBS)
endif
@echo "** BUILD SUCCESSFUL! GG NO RE **"

%.o: %.cpp
$(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) -c $(OBJOUT)$@ $<
Expand Down

0 comments on commit 2b0e4b5

Please sign in to comment.