Skip to content

Conversation

KyleSanderson
Copy link
Owner

- env
- eval "$(exec /usr/bin/env -i "${SHELL}" -l -c "export")"
- env
- (uname -a | grep Msys) && powershell "cmd /c "\"$VS140COMNTOOLS/vcvars32.bat\" && $SNAKEWRAP ../configure.py -s sdk2013 --hl2sdk-root ../assets --sm-path ../assets/sourcemod-central --mms-path ../assets/mmsource-central --steamworks-path ../assets/SteamworksSDK""

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- (uname -a | grep Msys) && powershell "cmd /c "\"$VS140COMNTOOLS/vcvars32.bat\" && $SNAKEWRAP ../configure.py -s sdk2013 --hl2sdk-root ../assets --sm-path ../assets/sourcemod-central --mms-path ../assets/mmsource-central --steamworks-path ../assets/SteamworksSDK""
- (uname -a | grep Msys) && powershell.exe "cmd /c 'call \`"${ENV:VS140COMNTOOLS}\vsvars32.bat\`" && ${ENV:SNAKEWRAP} ../configure.py -s sdk2013 --hl2sdk-root ../assets --sm-path ../assets/sourcemod-central --mms-path ../assets/mmsource-central --steamworks-path ../assets/SteamworksSDK'"

Here's output of running this suggestion on my system (without cloning the repository):

PS C:\Users\lollo> powershell.exe "cmd /c 'call \`"${ENV:VS140COMNTOOLS}\vsvars32.bat\`" && ${ENV:SNAKEWRAP} ../configure.py -s sdk2013 --hl2sdk-root ../assets --sm-path ../assets/sourcemod-central --mms-path ../assets/mmsource-central --steamworks-path ../assets/SteamworksSDK'"
python: can't open file '../configure.py': [Errno 2] No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants