Browse Source

contrib: ebml: no need to disable ENABLE_WIN32_IO

It's off by default.
pull/138/head
Steve Lhomme 4 years ago
committed by Hugo Beauzée-Luyssen
parent
commit
9aee532882
  1. 2
      contrib/src/ebml/rules.mak

2
contrib/src/ebml/rules.mak

@ -18,6 +18,6 @@ ebml: libebml-$(EBML_VERSION).tar.xz .sum-ebml
$(MOVE)
.ebml: ebml toolchain.cmake
cd $< && $(HOSTVARS_PIC) $(CMAKE) -DENABLE_WIN32_IO=OFF
cd $< && $(HOSTVARS_PIC) $(CMAKE)
+$(CMAKEBUILD) $< --target install
touch $@

Loading…
Cancel
Save