Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# LFS 化するファイル拡張子を列挙しておく
extensions='
bmp
gif
jpeg
tiff
iff
pict
psd
@tarotaro
tarotaro / gist:121617faffa9a1b1f467
Created August 30, 2015 11:12
customize UE4 iOSToolChain.cs
428 Result += Result += GetArchitectureArgument(LinkEnvironment.Config.Target.Configuration, LinkEnvironment.Config.Target.Architecture);
429 Result += " -isysroot " + XcodeDeveloperDir + "Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS" + IOSSDKVersion + ".sdk";
430+ Result += " -ObjC";
665- LinkAction.CommandArguments += string.Format(" \"{0}\"", ConvertPath(Path.GetFullPath(AdditionalLibrary)));
+ LinkAction.CommandArguments += string.Format(" -force_load \"{0}\"", ConvertPath(Path.GetFullPath(AdditionalLibrary)));