Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
143fb4f4
Commit
143fb4f4
authored
Jan 03, 2014
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed macos build
parent
efb7f4f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
build/Makefile
+2
-2
No files found.
build/Makefile
View file @
143fb4f4
...
...
@@ -80,13 +80,13 @@ windows_unit_test.exe: ../mongoose.c Makefile
# For codesign to work in non-interactive mode, unlock login keychain:
# security unlock ~/Library/Keychains/login.keychain
# See e.g. http://lists.apple.com/archives/apple-cdsa/2008/Jan/msg00027.html
macos
:
$(LUA_SOURCES)
macos
:
$(LUA_S
QLITE_S
OURCES)
DIR
=
dmg/Mongoose.app
rm
-rf
dmg
mkdir
-p
dmg/Mongoose.app/Contents/
{
MacOS,Resources
}
install
-m
644
*
.icns
*
.png dmg/Mongoose.app/Contents/Resources/
install
-m
644 Info.plist dmg/Mongoose.app/Contents/
$(CC)
$(LUA_SOURCES)
\
$(CC)
$(LUA_S
QLITE_S
OURCES)
\
-DUSE_COCOA
$(CFLAGS)
$(LUA_SQLITE_FLAGS)
-mmacosx-version-min
=
10.4
\
-framework
Cocoa
-ObjC
-arch
i386
-arch
x86_64
\
-o
dmg/Mongoose.app/Contents/MacOS/Mongoose
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment