This website works better with JavaScript.
Home
Help
Register
Sign In
darthmama
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
312
Wiki
Activity
Browse Source
IOS-1482 Xcode: Correctly generate db/sytem.db before copying.
IOS-1482
Dirk Zimmermann
3 years ago
parent
c848ceae3a
commit
dba4601e76
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build-mac/pEpEngine.xcodeproj/project.pbxproj
+ 1
- 1
build-mac/pEpEngine.xcodeproj/project.pbxproj
View File
@ -922,7 +922,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "
make -C \"$SRCROOT/../db\" system.db
\n";
shellScript = "
cd \"$SRCROOT/..\"\n\nbash -l -c \"make db\"
\n";
};
/* End PBXShellScriptBuildPhase section */
Write
Preview
Loading…
Cancel
Save