openal: retry build

strange resource exhaustion on recent darwin
This commit is contained in:
Tony Theodore 2020-06-01 19:00:53 +10:00
parent 72fce289e3
commit 6d35467540
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ define $(PKG)_BUILD
-DALSOFT_EXAMPLES=FALSE \
-DALSOFT_TESTS=FALSE \
-DALSOFT_UTILS=FALSE
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)'
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' || $(MAKE) -C '$(BUILD_DIR)' -j 1
$(MAKE) -C '$(BUILD_DIR)' -j 1 install
'$(TARGET)-gcc' \