1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

copy omp.h to the directory, which include the system headers

This commit is contained in:
Stefan Lankes 2015-09-12 16:57:42 +02:00
parent f1bf053c23
commit 64017c10e6

View file

@ -27,6 +27,7 @@ $(NAME): $(OBJS)
$Q$(AR_FOR_TARGET) $(ARFLAGS_FOR_TARGET) $@ $(OBJS)
$Q$(CP) $@ $(NEWLIB)/lib
$Q$(CP) libgomp.spec $(NEWLIB)/lib
$Q$(CP) omp.h $(NEWLIB)/include
clean:
@echo Cleaning examples