Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for xcrun (0.19 sec)

  1. misc/ios/clangwrap.sh

    	SDK=iphoneos
    	PLATFORM=ios
    	CLANGARCH="arm64"
    else
    	SDK=iphonesimulator
    	PLATFORM=ios-simulator
    	CLANGARCH="x86_64"
    fi
    
    SDK_PATH=`xcrun --sdk $SDK --show-sdk-path`
    export IPHONEOS_DEPLOYMENT_TARGET=5.1
    # cmd/cgo doesn't support llvm-gcc-4.2, so we have to use clang.
    CLANG=`xcrun --sdk $SDK --find clang`
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 02 16:48:07 UTC 2021
    - 626 bytes
    - Viewed (0)
  2. src/cmd/link/dwarf_test.go

    		t.Skip("skipping in short mode")
    	}
    	if runtime.GOARCH != "amd64" || runtime.GOOS != "darwin" {
    		t.Skip("skipping on non-darwin/amd64 platform")
    	}
    	if err := testenv.Command(t, "xcrun", "--help").Run(); err != nil {
    		t.Skipf("error running xcrun, required for iOS cross build: %v", err)
    	}
    	// Check to see if the ios tools are installed. It's possible to have the command line tools
    	// installed without the iOS sdk.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 17:05:14 UTC 2023
    - 6.9K bytes
    - Viewed (0)
Back to top