Skip to content

Commit

Permalink
Makefile: CXXFLAGS += -DTOPLING_CORE_FULL_FEATURE=1 when using toplin…
Browse files Browse the repository at this point in the history
…g-core
  • Loading branch information
rockeet committed May 12, 2023
1 parent 3376871 commit 0a209bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ CXXFLAGS += -Isideplugin/rockside/3rdparty/rapidyaml \
ifneq (,$(wildcard sideplugin/topling-core))
TOPLING_CORE_DIR := sideplugin/topling-core
CXXFLAGS += -DGITHUB_TOPLING_ZIP='"https://github.com/rockeet/topling-core"'
CXXFLAGS += -DTOPLING_CORE_FULL_FEATURE=1
else
CXXFLAGS += -DGITHUB_TOPLING_ZIP='"https://github.com/topling/topling-zip"'
# topling-zip is topling public
Expand Down

0 comments on commit 0a209bb

Please sign in to comment.