Skip to content

Commit

Permalink
wildcar
Browse files Browse the repository at this point in the history
  • Loading branch information
noppoMan committed Mar 9, 2016
1 parent 845d468 commit 35d109e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CLibUv=CLibUv-0.1.0
COpenSSL=COpenSSL-0.1.0
HTTPParser=HTTPParser-0.1.2
CURIParser=CURIParser-0.1.0
CLibUv=CLibUv-*
COpenSSL=COpenSSL-*
HTTPParser=HTTPParser-*
CURIParser=CURIParser-*

BUILDOPTS=-Xlinker -L/usr/lib \
-Xcc -IPackages/$(CLibUv) \
Expand All @@ -19,7 +19,7 @@ OS := $(shell uname)
ifeq ($(OS),Darwin)
SWIFTC=xcrun -sdk macosx swiftc
BUILDOPTS=-Xlinker -L/usr/local/lib -Xcc -I/usr/local/include
COpenSSL=COpenSSL-OSX-0.1.0
COpenSSL=COpenSSL-OSX-*
endif

all: release
Expand Down

0 comments on commit 35d109e

Please sign in to comment.