Skip to content

Commit e240038

Browse files
committed
make: remove no-op macro define
Possibly it did something in older versions, in current ones only the compiler set __EMSCRIPTEN__ macro is used in checks.
1 parent cd33db7 commit e240038

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ $(DIST_DIR)/lib/libfontconfig.a: $(DIST_DIR)/lib/libharfbuzz.a $(DIST_DIR)/lib/l
194194
EM_PKG_CONFIG_PATH=$(DIST_DIR)/lib/pkgconfig \
195195
emconfigure ./configure \
196196
CFLAGS=" \
197-
-DEMSCRIPTEN \
198197
$(GLOBAL_CFLAGS) \
199198
" \
200199
--prefix="$(DIST_DIR)" \

0 commit comments

Comments
 (0)