mirror of
https://github.com/pfusik/xasm.git
synced 2024-10-31 08:06:23 +00:00
Exclude xasm.o from OS X distribution.
This commit is contained in:
parent
3cec1c8ee8
commit
389f7446e0
2
Makefile
2
Makefile
@ -50,7 +50,7 @@ osx: ../xasm-$(VERSION)-osx.dmg
|
||||
hdiutil create -volname xasm-$(VERSION)-osx -srcfolder osx -imagekey zlib-level=9 -ov $@
|
||||
|
||||
osx/xasm: xasm.d
|
||||
mkdir -p osx && dmd -of$@ -O -release -m32 -L-macosx_version_min -L10.6 $<
|
||||
mkdir -p osx && dmd -of$@ -O -release -m32 -L-macosx_version_min -L10.6 $< && rm -f osx/xasm.o
|
||||
|
||||
osx/bin:
|
||||
mkdir -p osx && ln -s /usr/bin $@
|
||||
|
Loading…
Reference in New Issue
Block a user