-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generate socket.ini documentation #353
Conversation
@@ -1277,7 +1269,6 @@ int main (const int argc, const char* argv[]) { | |||
} | |||
|
|||
settings["debug"] = flagDebugMode; | |||
settings["build_suffix"] = suffix; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not used anywhere
if (androidHome.size() == 0) { | ||
androidHome = settings["android_" + platform.os + "_home"]; | ||
} | ||
|
||
if (androidHome.size() == 0) { | ||
androidHome = settings["android_home"]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed in favor of .ssc.env
and .sscrc
if (settings.count("deb_name") == 0) { | ||
settings["deb_name"] = settings["build_name"]; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just use build_name
in the deb template
@chicoxyzzy Can you rebase to |
Undocumented stuff from config:
"android_" + platform.os + "_home"
android_home
android_enable_standard_ndk_build
android_skip_gradle
android_build_socket_runtime
android_main_activity
android_sdk_manager_path
android_aapt_no_compress
android_aapt
(undocumented)android_native_abis
android_ndk_abi_filters
(undocumented)android_manifest_permissions
android_allow_cleartext
android_default_config_external_native_build
android_external_native_build
android_native_cflags
android_native_sources
android_native_makefile
android_sources
android_sdk_manager_path
ios_provisioning_specifier
ios_provisioning_profile
ios_codesign_identity
apple_team_id
apple_instruments
headless_runner
headless_runner_flags
"headless_" + platform.os + "_runner"
"headless_" + platform.os + "_runner_flags"
build_suffix
linux_executable_path
deb_name
win_version
exe
mac_sign
mac_sign_paths