dlfcn-win32: build test files

Remove the comment about MXE not supporting shared target.
This commit is contained in:
Boris Nagaev 2015-11-15 13:18:44 +00:00
parent 242138008f
commit be0cb48a88
1 changed files with 1 additions and 2 deletions

View File

@ -25,6 +25,5 @@ define $(PKG)_BUILD
--disable-static --enable-shared )
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
# No test avalable temprorarily because MXE doesn't support shared build yet
$(MAKE) -C '$(1)' -j '$(JOBS)' test.exe testdll.dll
endef