Skip to content

Commit

Permalink
Trickify shared on mac fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pherring04 committed Dec 3, 2024
1 parent ffb2e34 commit 573211e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions share/trick/makefiles/trickify.mk
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,12 @@ endif
all: $(TRICKIFY_OBJECT_NAME) $(TRICKIFY_PYTHON_DIR)

$(TRICKIFY_OBJECT_NAME): $(SWIG_OBJECTS) $(IO_OBJECTS) | $(dir $(TRICKIFY_OBJECT_NAME))
echo "Enterting trickify.mk"
$(info $(call COLOR,Linking) $@)
ifeq ($(TRICKIFY_BUILD_TYPE),PLO)
echo "Building PLO"
$(call ECHO_AND_LOG,$(LD) $(LD_PARTIAL) -o $@ $(LINK_LISTS))
else ifeq ($(TRICKIFY_BUILD_TYPE),SHARED)
echo "Building SHARED"
$(call ECHO_AND_LOG,$(TRICK_CXX) $(SHARED_OPTIONS) -o $@ $(LINK_LISTS))
$(call ECHO_AND_LOG,$(TRICK_CXX) $(SHARED_LIB_OPT) -o $@ $(LINK_LISTS))
else ifeq ($(TRICKIFY_BUILD_TYPE),STATIC)
echo "Building STATIC"
$(call ECHO_AND_LOG,ar rcs $@ $(LINK_LISTS))
endif

Expand Down

0 comments on commit 573211e

Please sign in to comment.