mirror of
https://github.com/LIV2/libnix.git
synced 2025-12-06 00:23:08 +00:00
Fixup build on MacOS
The exclude had no effect on linux systems the file gets copied anyway On MacOS Seqoia with openrsync the file is excluded, breaking the build. I'm not sure why the exclude is in the makefile, but it wasn't working before anyway
This commit is contained in:
parent
cb2b3be3ad
commit
d2e3b80a5c
@ -147,7 +147,7 @@ install_libm060bb32:
|
||||
# install the files for the given $(kind) into $(to)
|
||||
install_one:
|
||||
mkdir -p $(PREFIX)/$(target)/libnix/lib/$(to)
|
||||
rsync $(kind)/*.a $(PREFIX)/$(target)/libnix/lib/$(to) --exclude=$(kind)/libstubs.a
|
||||
rsync $(kind)/*.a $(PREFIX)/$(target)/libnix/lib/$(to)
|
||||
find $(kind) -maxdepth 1 -name "*.o" -exec cp {} $(PREFIX)/$(target)/libnix/lib/$(to) \;
|
||||
|
||||
# startup stuff
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user