Browse Source

Clean up debug condition in Makefile

Removed unnecessary debug condition for Entropia File System Watcher.
pull/81/head
András Szabó GitHub 3 weeks ago
parent
commit
09f0e97d5d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Makefile

+ 1
- 2
Makefile View File

@@ -29,7 +29,6 @@ QUICKJS := 1
LUAJIT := 1
endif


# Entropia File System Watcher
ifdef false #added to debug
ifdef ARCH_WIN
@@ -54,7 +53,7 @@ else
cd efsw && cp lib/libefsw-static-release.a $(DEP_PATH)/lib/
endif
cd efsw && cp -R include/efsw $(DEP_PATH)/include/
end if #added to debug
endif #added to debug

# Duktape
ifeq ($(DUKTAPE), 1)


Loading…
Cancel
Save