mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +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)
|
$(STATIC): $(OBJS)
|
||||||
$(RM) $@
|
$(RM) $@
|
||||||
$(AR) rcD $@ $^
|
$(AR) rc $@ $^
|
||||||
$(RANLIB) $@
|
$(RANLIB) $@
|
||||||
|
|
||||||
$(LIB) $(DLL) $(DYLIB): $(SHARED_OBJS)
|
$(LIB) $(DLL) $(DYLIB): $(SHARED_OBJS)
|
||||||
|
|
Loading…
Reference in a new issue