Skip to content

Commit 9b39b81

Browse files
committed
fixed yaml-cpp path
1 parent 2c95b6e commit 9b39b81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platforms/win/x64/external.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,5 +219,5 @@ cp -r libppuc/libppuc/third-party/include/yaml-cpp ../third-party/include/
219219
cp -r libppuc/libppuc/third-party/include/io-boards ../third-party/include/
220220
cp libppuc/libppuc/build/${BUILD_TYPE}/ppuc64.lib ../third-party/build-libs/win-x64/
221221
cp libppuc/libppuc/build/${BUILD_TYPE}/ppuc64.dll ../third-party/runtime-libs/win-x64/
222-
cp -a libppuc/libppuc/third-party/runtime-libs/windows/x64/yaml-cpp.lib ../third-party/build-libs/win-x64/
222+
cp -a libppuc/libppuc/third-party/build-libs/windows/x64/yaml-cpp.lib ../third-party/build-libs/win-x64/
223223
cp -a libppuc/libppuc/third-party/runtime-libs/windows/x64/yaml-cpp.dll ../third-party/runtime-libs/win-x64/

platforms/win/x86/external.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,5 +220,5 @@ cp -r libppuc/libppuc/third-party/include/yaml-cpp ../third-party/include/
220220
cp -r libppuc/libppuc/third-party/include/io-boards ../third-party/include/
221221
cp libppuc/libppuc/build/${BUILD_TYPE}/ppuc.lib ../third-party/build-libs/win-x86/
222222
cp libppuc/libppuc/build/${BUILD_TYPE}/ppuc.dll ../third-party/runtime-libs/win-x86/
223-
cp -a libppuc/libppuc/third-party/runtime-libs/windows/x86/yaml-cpp.lib ../third-party/build-libs/win-x86/
223+
cp -a libppuc/libppuc/third-party/build-libs/windows/x86/yaml-cpp.lib ../third-party/build-libs/win-x86/
224224
cp -a libppuc/libppuc/third-party/runtime-libs/windows/x86/yaml-cpp.dll ../third-party/runtime-libs/win-x86/

0 commit comments

Comments
 (0)