mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
When building the PACKAGE project we don't need to specify a target.
This commit is contained in:
parent
0506da775a
commit
222a2d8bb8
@ -1,4 +1,4 @@
|
||||
cd $PSScriptRoot/build
|
||||
conan install --build=missing ..
|
||||
cmake .. -A x64 -D CMAKE_BUILD_TYPE=Release
|
||||
msbuild PACKAGE.vcxproj /P:Configuration=Release /P:Platform=x64 /T:PACKAGE /VERBOSITY:MINIMAL
|
||||
msbuild PACKAGE.vcxproj /P:Configuration=Release /P:Platform=x64 /VERBOSITY:MINIMAL
|
||||
|
Loading…
x
Reference in New Issue
Block a user