mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
build: Drop the gnu-only option Deterministic
Unbreak building on MacOSX and possibly other BSDs.
This commit is contained in:
parent
ba32d389cd
commit
efe5291427
|
@ -259,7 +259,7 @@ $(PROG): $(MAIN_OBJS) $(STATIC)
|
|||
|
||||
$(STATIC): $(OBJS)
|
||||
$(RM) $@
|
||||
$(AR) rcD $@ $^
|
||||
$(AR) rc $@ $^
|
||||
$(RANLIB) $@
|
||||
|
||||
$(LIB) $(DLL) $(DYLIB): $(SHARED_OBJS)
|
||||
|
|
Loading…
Reference in a new issue