Skip to content

Commit

Permalink
extras/ios: remove hack since it is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
fkuehne committed Jun 14, 2014
1 parent 0526001 commit 58c5bed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions extras/package/ios/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ fi
else
export CFLAGS="-isysroot ${SDKROOT} -arch ${ARCH} -miphoneos-version-min=${SDK_MIN} ${OPTIM}"
fi
export CFLAGS="${CFLAGS} -Wno-error=unused-command-line-argument-hard-error-in-future"
export CPPFLAGS="${CFLAGS}"
export CXXFLAGS="${CFLAGS}"
export OBJCFLAGS="${CFLAGS}"

export CPP="xcrun cc -E"
export CXXCPP="xcrun c++ -E"
Expand Down

0 comments on commit 58c5bed

Please sign in to comment.