Skip to content

Commit

Permalink
Shared library test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pherring04 committed Nov 26, 2024
1 parent 1e7f5db commit 377e8c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include $(LOCAL_DIR)/myproject_vars.mk

all:
@echo MAKE LOCAL_DIR $(LOCAL_DIR)
@$(TRICK_HOME)/bin/trick-ify -d "$(LOCAL_DIR)/../include_bar $(LOCAL_DIR)/../include_foo" -b so -n trickified_myproject -v -ma "-fPIC"
@$(TRICK_HOME)/bin/trick-ify -d "$(LOCAL_DIR)/../include_bar $(LOCAL_DIR)/../include_foo" -b so -n trickified_myproject -v -ma "-fPIC -fvisibility=default"

clean:
@rm -rf build python trick $(TRICKIFY_OBJECT_NAME)
Expand Down

0 comments on commit 377e8c8

Please sign in to comment.