]> rtime.felk.cvut.cz Git - orte.git/blobdiff - Makefile.git
meson build: Properly handle generation of orte_config.h
[orte.git] / Makefile.git
index a83ae6f461b51ba8d06ee75d6766a57f4203763e..c8049fafba4bbbad1faf9b4d2cc946e2b397813b 100644 (file)
@@ -39,6 +39,7 @@ check-windows-omk.real:
        echo "CXX=i686-w64-mingw32-g++" >> config.omk
        echo "AR=i686-w64-mingw32-ar" >> config.omk
        echo "LD=i686-w64-mingw32-ld" >> config.omk
+       echo "TARGET_LOADLIBES=pthread" >> config.omk
        ln -s ../orte ../Makefile ../Makefile.omk ../Makefile.rules .
        make
 
@@ -56,7 +57,7 @@ check-java.real:
        test -d "$(JAVA_HOME)"
        ../configure --with-java=$(JAVA_HOME)
        $(MAKE)
-       ant -f ../orte/java
+       ant -f ../orte/java/build.xml
        test -f ../orte/java/lib/orte.jar
 
 check-android: