mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-18 02:29:34 +00:00
Use xcode for app target, too (thanks to John Daniel)
This commit is contained in:
parent
c9edbd29ee
commit
d42aeaa95d
@ -61,7 +61,9 @@ $(OBJ_DIR)::
|
||||
|
||||
|
||||
$(APP): $(OBJ_DIR) $(GEN) $(SRCS)
|
||||
pbxbuild -buildstyle Deployment || rm -fr $(APP)
|
||||
xcodebuild -buildstyle Deployment \
|
||||
-project BasiliskII.xcode || rm -fr $(APP)
|
||||
# pbxbuild -buildstyle Deployment || rm -fr $(APP)
|
||||
# pbxbuild || rm -fr $(APP)
|
||||
|
||||
BasiliskII.icns :
|
||||
|
Loading…
Reference in New Issue
Block a user