Skip to content

Commit

Permalink
fix Makefile - need to export ENABLE_JS
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Jun 14, 2022
1 parent 3789d7d commit 5bd0653
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 @@ -12,6 +12,7 @@ INSTALLDIR ?= $(DESTDIR)

ifndef WITHOUT_JS
ENABLE_JS ?= 1
export ENABLE_JS
endif

RUNTIME_LIBS = PocoFoundation PocoXML PocoJSON PocoUtil PocoZip PocoOSP PocoRemotingNG PocoGeo
Expand Down

0 comments on commit 5bd0653

Please sign in to comment.