4
Fork 0
This commit is contained in:
R3ABM Artem 2016-08-03 16:21:46 +03:00
parent 37792d9beb
commit f3fd0c54da
2 changed files with 5 additions and 6 deletions

View file

@ -13,9 +13,9 @@ ifeq ($(OS), Linux)
endif
ifeq ($(OS), Darwin)
# CFLAGS += \
# -Wno-deprecated-declarations \
# -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-migrator/sdk/MacOSX.sdk/usr/include/
CFLAGS += \
-Wno-deprecated-declarations
# -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-migrator/sdk/MacOSX.sdk/usr/include/
# LIBRARIES += \
# crypto
endif

View file

@ -1,7 +1,6 @@
#!/bin/bash
#!/bin/sh
SCRIPT=$(readlink -f $0)
DIRECTORY=$(dirname $SCRIPT)
DIRECTORY=$(dirname $0)
if [ -f $DIRECTORY/cronosagent.conf ]
then