..
This commit is contained in:
parent
37792d9beb
commit
f3fd0c54da
2 changed files with 5 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
SCRIPT=$(readlink -f $0)
|
||||
DIRECTORY=$(dirname $SCRIPT)
|
||||
DIRECTORY=$(dirname $0)
|
||||
|
||||
if [ -f $DIRECTORY/cronosagent.conf ]
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue